Selaa lähdekoodia

add Adesto AT25SF128A

main
Frank 4 vuotta sitten
vanhempi
commit
a1998a302a
No account linked to committer's email address
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. +6
    -0
      examples/RawHardwareTest/RawHardwareTest.ino

+ 6
- 0
examples/RawHardwareTest/RawHardwareTest.ino Näytä tiedosto

@@ -438,6 +438,12 @@ const char * id2chip(const unsigned char *id)
if (id[2] == 0x43) return "SST26VF064";
}
}
if (id[0] == 0x1F) {
// Adesto
if (id[1] == 0x89) {
if (id[2] == 0x01) return "AT25SF128A";
}
}
return "(unknown chip)";
}


Loading…
Peruuta
Tallenna