Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flash sample #8

Merged
merged 6 commits into from
Jun 18, 2024
Merged

Add flash sample #8

merged 6 commits into from
Jun 18, 2024

Conversation

jnthbdn
Copy link
Contributor

@jnthbdn jnthbdn commented Jun 7, 2024

Je garde ce code en commentaire, car c'est le code qui fait planter le bus.

  // case 'R': {
  //     i2c.beginTransmission(ADDRESS);
  //     i2c.write(0x20);
  //     i2c.write(0x00);
  //     i2c.endTransmission();
  
  //     auto result = i2c.read(0x77, 256);
  //     printf("Sector 0 data (%d):\n'%.256s'\n", result.size(), result.data());
  
  //     break;
  // }

@jnthbdn jnthbdn requested a review from nedseb June 7, 2024 16:06
@jnthbdn
Copy link
Contributor Author

jnthbdn commented Jun 7, 2024

J'ai oublié d'ajouter le sample au main. Mais dans une mauvaise foi (énorme), je vais dire que c'est pour éviter un merge conflct avec l'autre PR...

@jnthbdn jnthbdn force-pushed the daplink_flash_sample branch from e66758f to 2d8f834 Compare June 10, 2024 13:51
@jnthbdn
Copy link
Contributor Author

jnthbdn commented Jun 10, 2024

Sample ajouter au main.

@nedseb nedseb merged commit 0ba3a33 into main Jun 18, 2024
1 check passed
@nedseb nedseb deleted the daplink_flash_sample branch June 18, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants