-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
example simplified to show only the problem:
void setup() {
// put your setup code here, to run once:
double d=1.04;
Serial.begin(9600);
Serial.println(String(d));
}
void loop() {
// put your main code here, to run repeatedly:
}
Leads as output at serial using ATmega2560 Meaga to
1.04
but on chipKIT MAX32 to
1.40000
i tried to work arround useing the dtostrf function, but unfortunately the same occurance.
please try to simulate and may confirm or to reject
JRVeale
Metadata
Metadata
Assignees
Labels
No labels