Add stdlib_noniso.h to Arduino.h (#131)

Per #130 request, the dtostrf() definition and others were not visible.
This commit is contained in:
Earle F. Philhower, III 2021-05-13 00:15:22 -07:00 committed by GitHub
parent c2cf09acbf
commit f327e09e3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,10 +24,13 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
// Wacky deprecated AVR compatibilty functions
#include "stdlib_noniso.h"
#include "api/ArduinoAPI.h"
#include <pins_arduino.h>
// Required for the port*Register macros
#include "hardware/gpio.h"