Skip to content

IoT-BASIC v1.4

Compare
Choose a tag to compare
@slviajero slviajero released this 25 Mar 19:53
· 499 commits to main since this release

Version 1.4 of IoT BASIC released.

Major changes to 1.31 are:

  • Error handling with the ERROR function
  • Handling of Interrupts with the EVENT function
  • Timers EVERY and AFTER to interrupt running programs
  • Signal handling to interrupt a running program on POSIX systems
  • Serial port handling on POSIX systems

New hardware platforms supported:

  • STM32 various versions
  • Infineon XMC
  • Several different displays

Improvements in the Arduino code:

  • Support of pulse output
  • Built-in clock function
  • Picoserial integrated without the need of a library
  • Real time clock support integrated without the need of a library
  • Use of software SPI in Arduino MEGA

What's Changed

New Contributors

Full Changelog: v1.31-Iot-BASIC...v1.4-IoT-BASIC