Skip to content

Latest commit

 

History

History
114 lines (89 loc) · 5.74 KB

changelog.md

File metadata and controls

114 lines (89 loc) · 5.74 KB

MikroElektronika


BACK TO MAIN FILE


v2.5.0

  • released: 2022-02-01

Changes

New Features

Support added for One Wire protocol

1-Wire protocol utilizes only a single data line for communication, so don�t you worry about cluttering your project (your MCU as well) with multiple pins (Mikroe�s Click boards that are 1-Wire capable are predominately using PWM pin for this action). Devices that are 1-Wire capable have something unique to themselves � ROM address � which, in its core, is a 64-bit number, helping product designers create hardware products with serial numbers embedded in them, replacing traditional physical labels for product�s serial number.

Mikromedia shields

NEW HARDWARE

Config files added for adequate NEW boards.

DEVELOPMENT KIT PACKAGE

  • Updated mikroSDK development kit to conform to newly added hardware stated in last paragraph
    • Added all 3 new hardware definitions

Improvements

  • Added following calculated delays
    • 5 us
    • 6 us
    • 9 us
    • 10 us
    • 55 us
    • 60 us
    • 64 us
    • 70 us
    • 410 us
    • 480 us
  • Added common_macros.h header file
    • All macros shall be declared in one file

Test examples

  • Added following test examples
    • one_wire
      • General One Wire testing
    • clicks
      • one_wire
        • thermo_2_click
          • Test showcases current ambient temperature via UART terminal

BACK TO MAIN FILE