mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-11 10:23:44 +00:00
96 fps @ feather-m4-can
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user