Skip to content

Releases: CreatorDev/LetMeCreateIoT

Release 1.3.2

23 Mar 11:29

Choose a tag to compare

Changelog:

  • Switched from floating point calculations to integer calculations for the weather click (thanks @malaakso )
  • Basic weather click example added
  • Removed trailing slashes from all Makefiles
  • Readme fix

Release 1.3.1

15 Mar 14:03

Choose a tag to compare

Minor changes to fix build issues.

Release 1.3.0

09 Mar 11:13

Choose a tag to compare

Changelog:

LMCIoT is now available only as an app and it has been added as a submodule over at the Creator branch of Contiki. Installation instructions have changed, please check the Readme or Creator docs for details.

  • weather_udp_client example added (thanks @obiltschnig)
  • fixes, refactoring and consistency changes to existing uart/gpio/i2c/spi wrappers (thanks @francois-berder-imgtec)
  • led wrapper added (thanks @francois-berder-imgtec)
  • pwm wrapper added (thanks @francois-berder-imgtec)
  • uart wrapper added
  • removed power management wrapper in favour of Contiki's LPM module
  • added additional abstraction to limit the amount of click patches required
  • all clicks are now properly synced with LMC 1.5.1
  • expanded network wrappers with functions to register custom nameservers

Release 1.1.2

15 Jan 20:21

Choose a tag to compare

Changes since 1.1.2:

  • Fixes for GPIOs not working
  • Replaced interrupts with gpio_monitor

Release 1.1.1

03 Dec 15:39

Choose a tag to compare

Compatible with LMC feed 1.3.0

Changes since 1.1.0:

  • Added TCP wrappers (thanks @julzor42)
  • Fixed ADC docs not generating properly

Drivers which are removed when downloading the feed:

  • 7Seg (no PWM support)
  • Bargraph (no PWM support)
  • Weather (more work needed to properly grab feeds from the bosch folder)
  • Rpisensehat (more work needed to properly grab feeds from the rpisensehat folder)

Release 1.1.0

28 Nov 12:43

Choose a tag to compare

Compatible with LMC feed 1.3.0

Drivers which are removed when downloading the feed:

  • 7Seg (no PWM support)
  • Bargraph (no PWM support)
  • Weather (more work needed to properly grab feeds from the bosch folder)
  • Rpisensehat (more work needed to properly grab feeds from the rpisensehat folder)

Release 1.0

28 Nov 12:02

Choose a tag to compare

Initial release, compatible with v1.1.0 LMC feed.