mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-20 06:28:59 +00:00
WIP continuing
This commit now requires tinygo_task_current which I've patched in my local TinyGo build.
This commit is contained in:
@@ -4,6 +4,9 @@ package espradio
|
||||
|
||||
import "errors"
|
||||
|
||||
// This is the value used for the ESP32-C3.
|
||||
const ticksPerSecond = 16_000_000
|
||||
|
||||
var errUnsupportedChip = errors.New("espradio: unsupported chip")
|
||||
|
||||
func initHardware() error {
|
||||
|
||||
Reference in New Issue
Block a user