1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-21 21:22:31 +03:00

Implement atoi, ltoa, dtostrf

This commit is contained in:
Ivan Grokhotkov
2014-12-23 12:33:33 +03:00
parent f51f18fb0a
commit 6aaa9ab3e6
3 changed files with 179 additions and 34 deletions

View File

@ -2,8 +2,7 @@
#define ARD_DEBUG_H
#include <stddef.h>
#define DEBUGV ets_printf
#define DEBUGV(...) ets_printf(__VA_ARGS__)
#endif//ARD_DEBUG_H