|
ADU no interrupt
Ver.1.0.
kner 2016
|
Hauptprogramm (Arduino Style) More...
#include <Arduino.h>#include "_debug.h"Go to the source code of this file.
Functions | |
| void | setup () |
| void | onePulse () |
| void | zeroPulse () |
| void | serialout (uint16_t dat) |
| void | loop () |
Hauptprogramm (Arduino Style)
Falling edge on PB0 reads ADC value on ADC4 and pulses it out on PB1/PB2.
Pulse 1: 10 11 10 Pulse 0: 00 01 00
Definition in file start.cpp.
1.8.11