Update README.md

This commit is contained in:
Tomáš Suchan 2018-01-29 05:19:16 +01:00 committed by GitHub
parent e19626f054
commit c9635479cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,34 @@
Fast and dirty minimalist application menu for M5Stack.
Integrated applications:
DHT12 - Temperature / Humidity, Stopwatch, I2C scanner
Bluetooth BLE Beacon Simulator (iBeacon, Eddystone TLM + URL, ALTBeacon)
DHT12 - Temperature / Humidity, Stopwatch, I2C scanner
Bluetooth BLE Beacon Simulator (iBeacon, Eddystone TLM + URL, ALTBeacon)
Settings:
Display backlight
Display backlight
Other:
Sleep mode
Sleep mode
I will be glad when you share the further development, I will continuously add other applications and options.
SimpleBeacon:
ble.iBeacon(10,20,50); // ble.iBeacon(MajorCode,MinorCode,Power);
ble.EddystoneTLM(2048,512,100,1024); // ble.EddystoneTLM(Voltage,Temperature,packetCount,timeSECfromPowerUp);
ble.EddystoneURIPlain(1,"brmlab.cz",1); // ble.EddystoneURIPlain(prefix,"url.url",Power);
prefix:
0 http://www.
1 https://www.
2 http://
3 https://
ble.AltBeacon();