![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "board.h"#include "string.h"Go to the source code of this file.
Macros | |
| #define | EEPROM_ADDR 0x40 |
| #define | BUFFER_SIZE 0x40 |
| #define | CHKTAG "NxP" |
| #define | CHKTAG_SIZE 3 |
| #define | ESC_CHAR 27 |
Functions | |
| static void | ShowString (char *str) |
| static uint32_t | MakeString (uint8_t *str) |
| int | main (void) |
| Main program body. | |
Variables | |
| uint32_t | buffer [BUFFER_SIZE/sizeof(uint32_t)] |