D-Link DSL-G684T Manuel d'utilisateur Page 49

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 118
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 48
49
During designing process issue with saving data that will not disappear after cutting
out the power appeared. To solve this problem I have created set of functions that allows
us to save data to 1024 bytes of flash memory shared on Arduino Uno. Despite the fact that
in final version it is not used I have left this part of code as a support for future
developments of the code.
void Read_EEPROM()
{
for (int i = 0; i < 1023 ; i++)
{
Serial.print(EEPROM.read(i), BYTE);
}
}
Vue de la page 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 117 118

Commentaires sur ces manuels

Pas de commentaire