avr: ADC with 0-1023 range

This commit is contained in:
Ron Evans
2018-09-18 15:02:38 +02:00
committed by Ayke van Laethem
parent dbb5ae5a23
commit 40f834d58f
4 changed files with 77 additions and 10 deletions
+4
View File
@@ -19,3 +19,7 @@ func (p GPIO) Low() {
type PWM struct {
Pin uint8
}
type ADC struct {
Pin uint8
}