ArduinoNative

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

commit 62ea9b81913451ae8e8c0535e054890938750718
parent 7c6b4e30282b90aabf6ccc08cc56c5f20dd121a5
Author: Samdal <samdal@protonmail.com>
Date:   Mon, 21 Jun 2021 22:16:36 +0200

Updated README

Diffstat:
MREADME.org | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org @@ -31,7 +31,7 @@ void loop() #+END_SRC * Available functions Note that some functions are not implemented exactly like Arduino has them. -For example Serial.print and prinln don't have can't print in byte representation yet. +For example Serial.print and prinln can't print in byte representation yet. ** Implimented from Arduino Library: Note that less important functions haven't been tested that much - [X] Digital I/O() @@ -122,7 +122,7 @@ Note that less important functions haven't been tested that much - [ ] String Object PROGMEM, USB and Stream aren't implemented and likely never will be ** Other functions -change voltage of pin +Change voltage of pin #+BEGIN_SRC C++ an_set_voltage(pin, voltage) #+END_SRC @@ -132,12 +132,12 @@ Change voltage of pin from console imput an_request_voltage(pin) #+END_SRC -take input from console and put it in Serial buffer +Take input from console and put it in Serial buffer #+BEGIN_SRC C++ Serial.an_take_input() #+END_SRC * More Examples -** Serial and AnalogRead: +** Serial and AnalogRead #+BEGIN_SRC C++ #define AN_BOARD_NANO #define AN_IMPL