ArduinoNative

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 1fbebf593a14f7decbc343a16658f0f7f84d3076
parent a79a90c29c47c708cd15c8851eb4a9aa64b65ab1
Author: Samdal <samdal@protonmail.com>
Date:   Mon, 21 Jun 2021 22:25:37 +0200

fix link in README

Diffstat:
MREADME.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org @@ -29,7 +29,7 @@ void loop() delay(1000); } #+END_SRC -[[More Examples]] +[[#More Examples][More Examples]] * Available functions Note that some functions are not implemented exactly like Arduino has them. For example Serial.print and prinln can't print in byte representation yet.