Modifications

Sauter à la navigation Sauter à la recherche
441 octets ajoutés ,  21 février 2022 à 02:15
Ligne 3 : Ligne 3 :  
== MicroPython How To ==
 
== MicroPython How To ==
 
This section of the tutoriel contains small portion of code explaining how to use digital pins, analog pins, buses and all the fundamentals to control the board with Python code.
 
This section of the tutoriel contains small portion of code explaining how to use digital pins, analog pins, buses and all the fundamentals to control the board with Python code.
 +
 +
Everything you learned about python language like variables, loops, conditionals, object programming, ... does applies to MicroPython.
 +
 +
A large part of standard Python libraries have been ported to MicroPython (partially or completely). Keep in mind that MicroControler doesn't have as much power and as much memory than a regular computer. So choice has been made: no gregorian calandar, no numpy (it exists some port anyway), no TKinter.
    
== Print and Waits ==
 
== Print and Waits ==
29 917

modifications

Menu de navigation