/iono-rp

Iono RP resources

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

Iono RP

Choose your favorite way of programming your Iono RP:

MicroPython

The flexibility of the Python language, plus an interactive prompt (the REPL) to execute commands on the fly, optimized to run on microcontrollers.
Go to the micropython directory.

Arduino IDE

If you are familiar with the Arduino IDE or want to re-use code written for Iono Uno or Iono MKR check out this repository, which includes many examples and ready-to-use applications, like the Modbus RTU Slave app.

Raspberry Pi Pico C/C++ SDK

For low level, highly optimized programming and access to all the functionalities of the native Raspberry Pi Pico C/C++ SDK, go to the c directory.