D-Link DSL-G684T Manual do Utilizador Página 49

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 118
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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);
}
}
Vista de página 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 117 118

Comentários a estes Manuais

Sem comentários