User:Annasandri/1: Difference between revisions
Annasandri (talk | contribs) No edit summary |
Annasandri (talk | contribs) |
||
Line 1: | Line 1: | ||
=Arduino= | =Working with Arduino= | ||
==1.10== | |||
===Intro=== | |||
Arduino is an open source hardware and software. | |||
The software is used to transit code to the memory of the connected machine. | |||
<br /> | |||
It provides a user friendly environment to type C code: this is possible because it doesn’t show all the processes going on in the machine. | |||
This aspect could be really helpful for beginners but it could turn turn into an obstacle :((. | |||
===Alternative method to create a sample=== | |||
./samplify.sh *name*.wav | |||
===Basic commands === | |||
https://www.arduino.cc/reference/en/ | |||
__NOTOC__ |
Revision as of 16:00, 10 October 2019
Working with Arduino
1.10
Intro
Arduino is an open source hardware and software.
The software is used to transit code to the memory of the connected machine.
It provides a user friendly environment to type C code: this is possible because it doesn’t show all the processes going on in the machine.
This aspect could be really helpful for beginners but it could turn turn into an obstacle :((.
Alternative method to create a sample
./samplify.sh *name*.wav