add TF_VERSION define

pull/9/head 1.2.0
Ondřej Hruška 7 years ago
parent a27798188d
commit aadbb0f89e
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 4
      TinyFrame.h

@ -4,14 +4,14 @@
/** /**
* TinyFrame protocol library * TinyFrame protocol library
* *
* version: 1.2.0
*
* (c) Ondřej Hruška 2017, MIT License * (c) Ondřej Hruška 2017, MIT License
* no liability/warranty, free for any use, must retain this notice & license * no liability/warranty, free for any use, must retain this notice & license
* *
* Upstream URL: https://github.com/MightyPork/TinyFrame * Upstream URL: https://github.com/MightyPork/TinyFrame
*/ */
#define TF_VERSION "1.2.0"
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#include <stdint.h> // for uint8_t etc #include <stdint.h> // for uint8_t etc
#include <stdbool.h> // for bool #include <stdbool.h> // for bool

Loading…
Cancel
Save