From 1e2a5e9f3171b4236a40feb40617863788c8cbfd Mon Sep 17 00:00:00 2001 From: tth Date: Mon, 28 Jan 2019 15:00:33 +0100 Subject: [PATCH] using sprintf on Arduino --- simulator/send-random/send-random.ino | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/simulator/send-random/send-random.ino b/simulator/send-random/send-random.ino index 5dbb913..6090f86 100644 --- a/simulator/send-random/send-random.ino +++ b/simulator/send-random/send-random.ino @@ -36,14 +36,13 @@ void updatevalues(void) void sendvalues(void) { int foo; + char ligne[100]; - Serial.print("X"); - for (foo=0; foo