Documentation and minor fixes
This commit is contained in:
BIN
docs/AHT20.pdf
Executable file
BIN
docs/AHT20.pdf
Executable file
Binary file not shown.
BIN
docs/BMP280.pdf
Executable file
BIN
docs/BMP280.pdf
Executable file
Binary file not shown.
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
static void Puts(const char *str)
|
static void Puts(const char *str)
|
||||||
{
|
{
|
||||||
while (*str) {
|
while (*str != '\0') {
|
||||||
USART_Putc(*str++);
|
USART_Putc(*str++);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user