Search found 22 matches

by cagiva
Wed Jan 18, 2017 8:07 am
Forum: MicroPython pyboard
Topic: machine.I2C
Replies: 16
Views: 19451

machine.I2C

Is this the correct way to call the constructor for the machine.I2C module on the pyboard or is this only for the ESP8266? MicroPython v1.8.7 on 2017-01-08; PYBv1.1 with STM32F405RG Type "help()" for more information. >>> import machine >>> i2c = machine.I2C(machine.Pin(5), machine.Pin(4)) Traceback...
by cagiva
Fri Jan 06, 2017 8:38 am
Forum: Development of MicroPython
Topic: MicroPython with pymavlink
Replies: 1
Views: 2515

MicroPython with pymavlink

Will it be feasible (and hopefully trivial) to install pymavlink onto a custom build of the MicroPython firmware?

https://github.com/ArduPilot/pymavlink