Skip to content

Releases: CreatorDev/LetMeCreate

LetMeCreate 1.5.2

06 Mar 11:22
Compare
Choose a tag to compare

Changes from LetMeCreate 1.5.0:

  • Add options for building static and shared libraries
  • In switch and gpio_monitor, do not call callbacks in critical section.

LetMeCreate 1.5.0

14 Feb 18:33
Compare
Choose a tag to compare

Changes from previous version:

  • Add support for Lora Click in point-to-point mode
  • Various fixes in led, gpio and pwm
  • Fix UART carriage return character from getting transformed into line feeds
  • Add i2c timeout
  • Add examples for switch wrapper, uni_hall and lora
  • API change in alphanum click wrapper to get rid of manually selecting each display
  • Add extern "C" in each header to mix LetMeCreate with C++
  • Add SPI get maximum transfer length

LetMeCreate 1.4.0

10 Jan 19:45
Compare
Choose a tag to compare

Changes from previous version:

  • Numerous fixes and improvements
  • Removal of feeds in miscellaneous folder
  • Major rework of readme
  • Add support for LIN_Hall and UNI_Hall click boards

LetMeCreate 1.3.0

17 Nov 08:55
Compare
Choose a tag to compare

Changes from previous version:

  • Add support for Alphanum, Oled, Light, Weather, Fan, RTC, GYRO
  • Add support for Raspberry PI Sense Hat
  • Various fixes and improvements in EVE, joystick, thermo3, relay, relay2

LetMeCreate 1.2.1

20 Oct 18:40
Compare
Choose a tag to compare

Changes from previous version:

  • CO Click wrapper returns the raw value instead of ppm
  • Fix Air quality Click wrapper reads value from
  • fix typo in EVE Click wrapper documentation
  • Opto Click calls callbacks on edges

LetMeCreate 1.2.0

11 Oct 19:12
Compare
Choose a tag to compare

Changes from previous version

  • Add support for new click boards: EVE, relay4, opto
  • Various fixes
  • Add travis CI
  • Export symbols from library
  • Compile release using optimization flag O2
  • Add description in examples
  • Enable warnings at compilation

LetMeCreate 1.1.0

22 Sep 18:25
Compare
Choose a tag to compare

Increment minor number instead of patch number because of new click board supported. In the future, I will increment patch number only for small fixes.

Changes from previous version:

  • Add I2C communication for Accel Click
  • Add support for the following click boards: 7Seg, bargraph, color2, adc, co
  • Add explanation on switch, pwm, gpio implementation
  • Various bug fixes and improvements

LetMeCreate 1.0.3

23 Aug 21:37
Compare
Choose a tag to compare

Changes from previous version:

  • Fix header path installation
  • Stable feed use https instead of ssh
  • Add Alcohol Click wrapper
  • Add IR eclipse Click wrapper

LetMeCreate 1.0.2

22 Aug 19:01
Compare
Choose a tag to compare

Changes from previous version:

  • Fix stable feed
  • Add description in feeds
  • Cleanup motion and buzz example

LetMeCreate 1.0.1

16 Aug 19:08
Compare
Choose a tag to compare

Changes from previous version:

  • Library is now installed properly: find_package(LetMeCreate) works
  • add buzz and motion click examples
  • add relay click wrapper