inkfish / lander-control

0 stars 0 forks source link

Decide on MicroPython or CircuitPython #11

Closed rgov closed 9 months ago

rgov commented 9 months ago

MicroPython or Adafruit's fork CircuitPython?

For timing-critical code (i.e., GPS and RTC PPS) we may need to implement a C extension. (#12)

rgov commented 9 months ago

CircuitPython provides modules out of the box for virtually all of the components on our board, including trickier ones such as the Wi-Fi MCU interface (#8).

rgov commented 9 months ago

I plan to go forward with CircuitPython.