96 fps @ feather-m4-can

This commit is contained in:
sago35
2021-06-10 09:38:23 +09:00
parent 5645eb3f91
commit 915ca320de
6 changed files with 1530 additions and 1475 deletions
+5
View File
@@ -5,5 +5,10 @@ go 1.15
require (
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/frankban/quicktest v1.10.2
github.com/sago35/tinygo-dma v0.0.0-20210610020721-297675ab9b23 // indirect
github.com/tinygo-org/tinyfs v0.0.0-20210514090915-924e60a7bcf8
)
replace (
github.com/sago35/tinygo-dma => ../../sago35/tinygo-dma
)