X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=dart%2Fdart.pde;h=4c05548c056b8d3480438f10dde2e68cf9ed5298;hp=03bc643d7bfecf6edd3461ad74dc5fc50d253cb4;hb=6d40a3e8ce0cc74c068f4442a22c2dce5e30b2a1;hpb=200482214edd25b017280a2f58bc87d52dbe2678 diff --git a/dart/dart.pde b/dart/dart.pde index 03bc643..4c05548 100644 --- a/dart/dart.pde +++ b/dart/dart.pde @@ -9,9 +9,9 @@ //INPUT PINS analog 0-4 PINC #define PINC_MASK B00011111 -#define INPUT_SIG_PORTD B11111111 -#define INPUT_SIG_PORTC B11111111 -#define INPUT_SIG_PORTB B11111111 +#define INPUT_SIG_PORTD B11000000 +#define INPUT_SIG_PORTB B00011111 +#define INPUT_SIG_PORTC B00010000 union union16 { byte uint8[2]; uint16_t uint16; @@ -29,7 +29,7 @@ union union32 { typedef unsigned char byte; //********************************************************************// - +/* void start_timer() { // timer 1: 2 ms @@ -47,8 +47,10 @@ void stop_timer() // stop the timer TCCR1B = 0; // no clock source TIMSK1 = 0; // disable timer interrupt } - +*/ static void PCint(uint8_t port) { + Serial.println(port); + return; union32 data; data.uint32=0; data.uint8[0]=PIND;