WIP continuing

This commit now requires tinygo_task_current which I've patched in my
local TinyGo build.
This commit is contained in:
Ayke van Laethem
2024-01-28 13:51:25 +01:00
parent 8b3d323f1b
commit 9ca474466d
5 changed files with 177 additions and 54 deletions
+3
View File
@@ -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 {