PiPower  ac0ff3c (Mon Feb 11 21:44:30 2019 -0500)
/home/travis/build/larsks/pipower/pins.h
Go to the documentation of this file.
1 
7 #ifndef _pins_h
8 #define _pins_h
9 
10 #include <avr/io.h>
11 
12 #define PIN_POWER _BV(PORTB0)
13 #define PIN_USB _BV(PORTB1)
14 #define PIN_EN _BV(PORTB2)
15 #define PIN_SHUTDOWN _BV(PORTB3)
16 #define PIN_BOOT _BV(PORTB4)
17 
18 #endif // _pins_h