mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +00:00
avr: ADC with 0-1023 range
This commit is contained in:
committed by
Ayke van Laethem
parent
dbb5ae5a23
commit
40f834d58f
@@ -1,10 +0,0 @@
|
||||
package main
|
||||
|
||||
import "time"
|
||||
|
||||
func main() {
|
||||
for {
|
||||
println("hello world!")
|
||||
time.Sleep(time.Second)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user