Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 1.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

CHANGED

  • svm41_uart.h/c changed to svm4x_uart.h/c and method prefix changed also from svm41_ to svm4x_

0.2.0 - 2022-08-15

  • Change interface for sensirion_uart_hal_init in sensirion_uart_hal to allow passing the serial device to use.

    New method declaration is int16_t sensirion_uart_hal_init(char* device_descr);

    In your script call it e.g. with sensirion_uart_hal_init("/dev/ttyUSB0");

  • Updating instructions in README to connect sensor over UART Pins

0.1.0 - 2021-11-17

Initial release