mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-12-24 09:07:12 -08:00
pwm fix - add 9dof example
This commit is contained in:
@@ -42,10 +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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user