Skip to content

Releases: daliworks/arduino_library

v1.0.11

12 Apr 07:44
Compare
Choose a tag to compare

Use TimeLib.h instead of Time.h

v1.0.10

18 Jan 07:32
Compare
Choose a tag to compare
  • New example added for Arduino + Esp8266
    • WARNING : This example CAN NOT receive actuator command from Thing+ due to WiFiEsp library Bugs.

v1.0.9

02 Dec 05:14
Compare
Choose a tag to compare
  • bug fixed
    • can`t not display floating point sensor value at esp8266
  • example modified
    • esp8266 led blink feature added.

v1.0.8

01 Dec 08:57
Compare
Choose a tag to compare
  • esp8266 platform configuration added.
  • example modified
    • esp8266 led gpio number is change to 5.

v1.0.7

08 Nov 09:08
Compare
Choose a tag to compare
  • "connected" method added.
  • Example modefied.
    • Example Name changed.
      • ReadTemperatureWriteLed to ArduinoEthernet
      • ReadTemperatureWriteLed-esp8266 to Esp8266
    • Sensors and actuator are added at ArduinoEthernet
  • Example added for ArduinoWizFi250

v1.0.6

26 Sep 02:53
Compare
Choose a tag to compare

ARM Cortex-M compatibles added.

v1.0.5

19 Sep 05:29
Compare
Choose a tag to compare
  • Bug fixed
    • SRAM overflow
  • Example modified
    • Send actuator status periodically

v1.0.4

27 Jul 09:30
Compare
Choose a tag to compare
  • Bug Fixed
    • Invalid "options" argument is passing to actuator callback.
  • actuatorCallbackSet Method parameter type modified.

v1.0.3

25 Jul 07:29
Compare
Choose a tag to compare

Example Code Fixed.
Recevice Thing+ Server time before send sensor value.

v1.0.2

25 Jul 02:30
Compare
Choose a tag to compare
  • v1.0.2
    • Delete predefined target board configuration
    • Gracefully reduce SRAM usage.
    • A ardino time is syncronized with Thing+ server time instead of NTP.