aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/internal.h
Commit message (Collapse)AuthorAgeFilesLines
* avr: Split gpio.c into gpio.c, adc.c, hard_pwm.c, and spi.cKevin O'Connor2018-11-201-0/+18
Split up gpio.c into multiple files in an effort to make the code a little more understandable. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>