Contiki-Inga 3.x
|
Plattform config for INGAMore...
#include <util/delay.h>
Go to the source code of this file.
Macros | |
#define | INGA_V12 12 |
Inga revision 1.2. | |
#define | INGA_V14 14 |
Inga revision 1.4. | |
#define | INGA_V15 15 |
Inga revision 1.5. | |
#define | INGA_V20 20 |
Inga revision 2.0. | |
#define | INGA_REVISION INGA_V12 |
Set default INGA revision if nothing else set Possible values are INGA_V12, INGA_V15, INGA_V20. | |
#define | RF230_HAL = INGA_12 |
Currently all INGA revisions use same HAL. | |
#define | SDCARD_POWER_ON() {MICRO_SD_PWR_PORT |= (1 << MICRO_SD_PWR_PIN); _delay_ms(2);} |
Powers the microSD card on. More... | |
#define | SDCARD_POWER_OFF() MICRO_SD_PWR_PORT &= ~(1 << MICRO_SD_PWR_PIN) |
Powers the microSD card off. | |
Plattform config for INGA
Definition in file platform-conf.h.
#define SDCARD_POWER_ON | ( | ) | {MICRO_SD_PWR_PORT |= (1 << MICRO_SD_PWR_PIN); _delay_ms(2);} |
Powers the microSD card on.
Definition at line 104 of file platform-conf.h.