Commit graph

19 commits

Author SHA1 Message Date
h2zero 6ff1a49dd5 Update documentation. 2021-07-12 13:33:56 -06:00
h2zero 4e24a06645 Release 1.1.0 2021-01-20 20:18:23 -07:00
h2zero a4e085f71a Fix compilation when using CMake.
* Update readme to include note about compiling with Arduino component.
2021-01-15 20:16:07 -07:00
h2zero 8add6e86c4 Release v1.0.1 2020-09-02 19:45:08 -06:00
h2zero bd0c7992ef Update Readme 2020-08-22 10:57:57 -06:00
h2zero 47a1f753bc Release version 1.0.0 2020-08-22 10:51:44 -06:00
h2zero 3b81d93d31 Update documentation. 2020-08-20 16:07:07 -06:00
h2zero 74c9be3351
Update README.md
Fix link
2020-08-18 00:07:46 +00:00
h2zero 2da99504d8 Update Documentation 2020-08-17 13:45:13 -06:00
h2zero 17d53432a6 Update documentation. 2020-08-14 13:25:50 -06:00
h2zero cf6b0e9a5a Update Readme. 2020-08-08 07:29:45 -06:00
h2zero aae2a8f1e3
Fix comments for doxygen (#16)
* Fix comments for doxygen

* Add documentation and update readme.
2020-07-08 19:27:26 -06:00
h2zero aecf8e268b Update documentation. 2020-06-22 20:27:45 -06:00
h2zero 6f4ee4b498 Breaking: Use std::vector instead of std::map in client classes (#46)
* Exchange map for vector, saving 1,076 bytes of program memory and 5,024 bytes of heap for a small device (LYWSD03MMC)

* Removing m_characteristicMapByHandle (using the handles form m_characteristicVector instead) saving in total (compared to the current master) 1,508 bytes of program memory and 6,500 bytes of heap for a small device (LYWSD03MMC)

* Change NimBLEScan container from std::map to std::vector

* Add function to get advertised device by address

* Update documentation
2020-05-17 20:22:58 -06:00
h2zero 59823b4bf0 Implement client long read / write
Client will now read/write long characteristics and descriptors.
2020-05-07 19:51:15 -06:00
h2zero 3327a32341 Merge bugfix branch into master 2020-04-13 19:13:51 -06:00
h2zero 74ba03e3a8 Add CMakeLists.txt.
Fix compilation in strict enviroments.
Fix compliation in IDF v4.0.
2020-03-31 20:16:27 -06:00
h2zero a77f33e251 Fix typo's. 2020-03-30 16:12:22 -06:00
h2zero 5d4332e945 Initial commit. 2020-03-29 17:44:20 -06:00