All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
board.h File Reference

Board specific configuration for the Calliope mini. More...

Detailed Description

Board specific configuration for the Calliope mini.

This board is for calliope-mini revision 1.0.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de
Sebastian Meiling s@mln.nosp@m.g.ne.nosp@m.t

Definition in file board.h.

#include "board_common.h"
+ Include dependency graph for board.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

LED matrix pin configuration

#define MINI_LED_COL1   GPIO_PIN(0, 4)
 
#define MINI_LED_COL2   GPIO_PIN(0, 5)
 
#define MINI_LED_COL3   GPIO_PIN(0, 6)
 
#define MINI_LED_COL4   GPIO_PIN(0, 7)
 
#define MINI_LED_COL5   GPIO_PIN(0, 8)
 
#define MINI_LED_COL6   GPIO_PIN(0, 9)
 
#define MINI_LED_COL7   GPIO_PIN(0, 10)
 
#define MINI_LED_COL8   GPIO_PIN(0, 11)
 
#define MINI_LED_COL9   GPIO_PIN(0, 12)
 
#define MINI_LED_ROW1   GPIO_PIN(0, 13)
 
#define MINI_LED_ROW2   GPIO_PIN(0, 14)
 
#define MINI_LED_ROW3   GPIO_PIN(0, 15)
 

Button configuration

#define BTN0_PIN   GPIO_PIN(0, 17)
 
#define BTN0_MODE   GPIO_IN
 
#define BTN1_PIN   GPIO_PIN(0, 16)
 
#define BTN1_MODE   GPIO_IN