#include "BlocksUpdaterImpl.h"
#include "Arduino.h"
#include "Eeprom11XXXX.h"
#include "chronoboot.h"
#include "GlobalObjects.h"
Classes | |
struct | eeprom_info |
Macros | |
#define | FLASH 0 |
#define | PIN_OFFSET 2 |
#define | PIN_STATUS_FREE 0 |
#define | PIN_STATUS_SLAVE 1 |
#define | PIN_STATUS_REFPIN 2 |
#define | UP 1 |
#define | RIGHT 2 |
#define | DOWN 3 |
#define | LEFT 4 |
Variables | |
int | pins [PINS_COUNT] |
#define DOWN 3 |
#define FLASH 0 |
#define LEFT 4 |
#define PIN_OFFSET 2 |
#define PIN_STATUS_FREE 0 |
#define PIN_STATUS_REFPIN 2 |
#define PIN_STATUS_SLAVE 1 |
#define RIGHT 2 |
#define UP 1 |
int pins[PINS_COUNT] |