347 Commits

Author SHA1 Message Date
Gitshaoxiang 5dc7820756 Update lib to V0.3.0 (#215) 0.3.0 2020-04-13 10:22:30 +08:00
Gitshaoxiang f769d9270f Add some example and delete repeat file (#211)
* add some example and delete repeat file
2020-04-10 15:36:53 +08:00
lovyan03 acdc9deffa update: M5.Speaker.setVolume works with M5.Speaker.tone . (#205) 2020-04-10 14:41:53 +08:00
Björn Amann 7af7b6f7de Fix buffer overflow. (#206)
In C strings are 0-terminated, meaning that after the call to sprintf the char contains { 'a', 'b', '\0' }. This is an array of 3 chars we only reserver memory for 2.
2020-04-08 10:01:52 +08:00
Björn Amann 06926afcaa Lorawan - fix for loop (#207)
* fix for loop

Declaring i as unsigned char sometimes ends in an endless loop. Declaring ist as int fixes this problem.

* Update LoRaWan.cpp
2020-04-08 10:01:17 +08:00
sakabin 8fab1799b0 Add AcSocket example 2020-03-30 17:51:31 +08:00
sakabin 57999645c8 Add Face example
Encoder, Finger, JoyStick, Keyboard, RFOD
2020-03-30 17:37:28 +08:00
sakabin aefd2d0512 Add mpu6886 fifo read api, Update read freq to 500HZ 2020-03-30 16:45:02 +08:00
sakabin 5d83db7b3e Add BaseX example 2020-03-30 16:45:02 +08:00
ka's 1c0ffeb2ab Fixed: DHT12 incorrect value when temperature is negative. (#200)
* Fixed incorrect value when temperature is negative.

Corrected calculation by referring to the bit indicating whether the temperature is positive or negative (byte address 0x03, bit 8).

* add new-line in end-of-file.
2020-01-13 11:45:04 +08:00
vany5921 c88cf33e19 Update PowerOFF.ino 2020-01-09 15:41:45 +08:00
sakabin 98f6fbc65f Add: Bala (mpu6886) example 2020-01-06 18:03:24 +08:00
tobozo 14c5178561 psram for sprites is now optional (default enabled) 2019-12-16 12:10:58 +01:00
tobozo 8a12d29a65 Revert "psram for sprites is now optional (default enabled)"
This reverts commit 096de85075.
2019-12-16 12:06:25 +01:00
tobozo 4711c5a401 Added I2C Scanner 2019-12-15 15:16:35 +01:00
tobozo 096de85075 psram for sprites is now optional (default enabled) 2019-12-13 11:55:31 +01:00
lovyan03 b94cca295c Update: TFT_eSPI SDA_READ enabled. (can readPixel readRect) (#195) 2019-12-13 14:57:25 +08:00
Hades2001 57b0d3df8b add LTE and NB-IoT Examples 2019-12-04 09:31:14 +08:00
icyqwq 0c7b8f8ea6 Update Display_Unicode.ino 2019-11-25 15:37:14 +08:00
sakabin aa1645f1c8 Add BMM150 example 2019-11-22 20:37:36 +08:00
sakabin 2ddfe6e9fd Add display unicode support 2019-11-21 17:38:28 +08:00
lovyan03 db39547088 Update to TFT_eSPI latest version 1.4.21 (2019/11/12) . (#192) 2019-11-18 12:43:06 +08:00
sakabin 70d0460545 Add UNIT max30100 example 2019-11-11 17:53:21 +08:00
__HF 947d42b803 Updated mlx90640 (#189)
1. Fixed warnings in the program
2. Fixed bad spots
2019-09-19 23:30:58 +08:00
sakabin eb0b71554c update 0.2.9 0.2.9 2019-09-12 09:19:34 +08:00