Modifications

Sauter à la navigation Sauter à la recherche
493 octets ajoutés ,  25 février 2022 à 13:59
Ligne 185 : Ligne 185 :  
# i2c = I2C( 0, freq=100000 ) # Reduce bus speed @ 100 KHz
 
# i2c = I2C( 0, freq=100000 ) # Reduce bus speed @ 100 KHz
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
More information about I2C bus on the [https://docs.micropython.org/en/latest/library/machine.I2C.html official MicroPython I2C documentation].
 +
 +
You may find lot of sensor driver:
 +
* [https://github.com/mchobby/esp8266-upy Plateform Agnostic MicroPython Driver (esp8266-upy)] (''MCHobby, GitHub'')
 +
* [https://forum.micropython.org/viewforum.php?f=15 Programs, Libraries and tools] (''MicroPython Forums'')
 +
* [https://awesome-micropython.com/ Awesome MicroPython] (''awesome-micropython.com'')
    
=== UART Bus ===
 
=== UART Bus ===
29 917

modifications

Menu de navigation