commit f87c96e2937bbc17637ee6749afb85126c080782 parent c81868ee807d688cb5e2cddba6684b23890472ca Author: Martin Kloeckner <mjkloeckner@gmail.com> Date: Sun, 3 May 2026 21:07:07 -0300 Agregar/corregir comentarios Diffstat:
| M | firmware-nucleo/App/Src/app.c | | | 2 | ++ |
| M | firmware-nucleo/App/Src/ds18b20.c | | | 2 | +- |
2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/firmware-nucleo/App/Src/app.c b/firmware-nucleo/App/Src/app.c @@ -5,6 +5,8 @@ * See file `LICENSE` for full details */ +// TODO: *_interface libraries should already include *_attribute headers + #include "main.h" #include "logger.h" diff --git a/firmware-nucleo/App/Src/ds18b20.c b/firmware-nucleo/App/Src/ds18b20.c @@ -19,7 +19,7 @@ #define DS18B20_WRITE_SCRATCHPAD_TO_EEPROM_CMD 0x48 #define G_DS18B20_RESOLUTION_BITS 9 -#define G_DS18B20_CONV_TIME_MS 100ul // ~188ms for 9 bit resolution +#define G_DS18B20_CONV_TIME_MS 100ul // ~100ms for 9 bit resolution #define G_DS18B20_TICK_INI 0ul #define G_RESET_BAUDRATE 9600
