Contiki-Inga 3.x
Macros
platform-conf.h File Reference

   Plattform config for INGA
More...

#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.
 

Detailed Description

   Plattform config for INGA
Author
Enrico Joerns e.joe.nosp@m.rns@.nosp@m.tu-bs.nosp@m..de

Definition in file platform-conf.h.

Macro Definition Documentation

#define SDCARD_POWER_ON ( )    {MICRO_SD_PWR_PORT |= (1 << MICRO_SD_PWR_PIN); _delay_ms(2);}

Powers the microSD card on.

Note
With INGA 1.4 powering on the SD card will unfortunately block SPI MISO.

Definition at line 104 of file platform-conf.h.