DS1820 DS18B20 ESP01 Webserver STM32NucleoL152RE basiert auf dem DS1820-Example von Paul Staron

Dependencies:   LCD_i2c_GSOE ESP8266WebserverGSOE DS1820

Committer:
star297
Date:
Tue Dec 29 13:08:22 2020 +0000
Revision:
0:a3c589406dc4
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
star297 0:a3c589406dc4 1
star297 0:a3c589406dc4 2 {
star297 0:a3c589406dc4 3 "target_overrides": {
star297 0:a3c589406dc4 4 "*": {
star297 0:a3c589406dc4 5 "target.printf_lib": "std",
star297 0:a3c589406dc4 6 "platform.stdio-baud-rate": 115200,
star297 0:a3c589406dc4 7 "platform.stdio-convert-newlines": true
star297 0:a3c589406dc4 8 }
star297 0:a3c589406dc4 9 }
star297 0:a3c589406dc4 10
star297 0:a3c589406dc4 11 }