Contiki-Inga 3.x
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
cpu
avr
dev
flash.h
1
#ifndef FLASH_H_
2
#define FLASH_H_
3
4
#include <inttypes.h>
5
6
void
flash_write_page(uint32_t page, uint8_t *buf);
7
8
#endif
/* FLASH_H_ */
Generated on Thu Apr 24 2014 16:26:15 for Contiki-Inga 3.x by
1.8.3.1