Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

DevKit SDK 1.6.1

Choose a tag to compare

@ArthurMa1978 ArthurMa1978 released this 01 Feb 07:20

Time passes by so quickly, now it's 2019.
This is the first release in 2019 and the last release before Chinese Spring Festival holiday!

  • Upgrade Azure IoT C SDK to 1.2.12.
  • Provide a set of new ANSI C Board APIs :
    • Retrieve board info:
      • Board name
      • Serial number
      • IoT device connection string
    • Retrieve sensor data:
      • Temperature
      • Pressure
      • Magnetometer
      • Gyroscope
      • Accelerator
    • Control onboard LEDs, include the user LED and the RGB LED"
      • Turn on
      • Turn off
    • Control the onboard OLED screen:
      • Write text
      • Draw image
      • Clean up
    • Get button state.
    • Transmit data via the onboard IrDA.
    • Special commands:
      • Blink user LED
      • Blink RGB LED
  • Re-write the default firmware by using the new ANSI C Board APIs.
  • Fixed compile error in wire.h.

Special thanks to douglas-johnston for fixing the compile error in wire.h, thank you for your contributions and feedbacks.