Statistics
| Revision:

root / trunk / bootloader / addr.h @ 288

History | View | Annotate | Download (139 Bytes)

1
#ifndef __ADDR_H__
2
#define __ADDR_H__
3
4
#include <avr/eeprom.h>
5
#include <stdint.h>
6
#include <tooltron.h>
7
8
uint8_t read_addr(void);
9
10
#endif