pwm fix - add 9dof example

This commit is contained in:
Erik Tylek Kettenburg
2015-01-12 18:23:47 -08:00
parent 02c36dfd60
commit fb93846380
5 changed files with 160 additions and 14 deletions

View File

@@ -42,9 +42,6 @@
#define MISO 8
#define SCK 11
static const uint8_t CHANNELA = TIMER1A;
static const uint8_t CHANNELB = TIMER1B;
static const uint8_t SDA = 0;
static const uint8_t SCL = 2;