mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-26 10:38:41 +00:00
a9b36f8bd4
mpu9150: add mpu9150 driver
12 lines
277 B
Modula-2
12 lines
277 B
Modula-2
module tinygo.org/x/drivers
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/frankban/quicktest v1.10.2
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
golang.org/x/net v0.7.0
|
|
tinygo.org/x/tinyfont v0.3.0
|
|
tinygo.org/x/tinyterm v0.1.0
|
|
) |