aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/gpio.h
Commit message (Collapse)AuthorAgeFilesLines
* gpio: Merge gpio_adc_sample_time() into gpio_adc_sample()Kevin O'Connor2016-11-021-4/+2
| | | | | | | Return the number of clock ticks to wait directly from gpio_adc_sample(). This simplifies the ADC interface. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+42
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>