Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-serial-flash
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Add readSerialNumber(uint8_t *buf);
Size of buf: 8 bytes
main
Frank
hace 9 años
padre
c9c66e24b9
commit
75af47fe4b
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-0
SerialFlash.h
+ 1
- 0
SerialFlash.h
Ver fichero
@@ -42,6 +42,7 @@ public:
static void sleep();
static void wakeup();
static void readID(uint8_t *buf);
static void readSerialNumber(uint8_t *buf);
static void read(uint32_t addr, void *buf, uint32_t len);
static bool ready();
static void wait();
Escribir
Vista previa
Cargando…
Cancelar
Guardar