|
Contiki 2.5
|
Device driver for the ST M25P16 40MHz 1Mbyte external memory.More...
#include <stdio.h>#include <string.h>#include "contiki.h"#include "dev/spi.h"#include "dev/xmem.h"#include "dev/watchdog.h"Go to the source code of this file.
Device driver for the ST M25P16 40MHz 1Mbyte external memory.
Data is written bit inverted (~-operator) to flash so that unwritten data will read as zeros (UNIX style).
Definition in file xmem.c.
1.8.3.1