add special Pro pwm functions

This commit is contained in:
Erik Tylek Kettenburg
2015-01-12 15:16:52 -08:00
parent ae86668681
commit 02c36dfd60
5 changed files with 115 additions and 15 deletions

View File

@@ -42,6 +42,9 @@
#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;
@@ -203,9 +206,9 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM[] =
{
TIMER1A,
TIMER1B,
NOT_ON_TIMER,
NOT_ON_TIMER,
NOT_ON_TIMER,
TIMER1A,
TIMER1A,
TIMER1B,
NOT_ON_TIMER,
NOT_ON_TIMER,
NOT_ON_TIMER,