Releases: CreatorDev/LetMeCreate
Releases · CreatorDev/LetMeCreate
LetMeCreate 1.5.2
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
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
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
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
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
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
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
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
Changes from previous version:
- Fix stable feed
- Add description in feeds
- Cleanup motion and buzz example
LetMeCreate 1.0.1
Changes from previous version:
- Library is now installed properly: find_package(LetMeCreate) works
- add buzz and motion click examples
- add relay click wrapper