python:micropython:gtemps

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Dernière révisionLes deux révisions suivantes
python:micropython:gtemps [2022/07/29 18:00] – [MicroPython - Gestion du temps] philpython:micropython:gtemps [2022/08/03 11:47] – [2. Module time] phil
Ligne 1: Ligne 1:
-{{ :suivant.png?nolink&30|}} {{ :retour.png?nolink&30|}} [[:python:micropython:accueil|{{ :iconemaison.jpg?nolink&30|Sommaire MicroPython, CircuitPython}}]]+[[:python:micropython:accueil|{{ :iconemaison.jpg?nolink&30|Sommaire MicroPython, CircuitPython}}]]
  
 ===== MicroPython - Gestion du temps ===== ===== MicroPython - Gestion du temps =====
 {{ :micropython:logomicropython.png?nolink&120|}} {{ :micropython:logomicropython.png?nolink&120|}}
  
-[Mise à jour le : 12/7/2021] <html><span style="color:red">En cours de rédaction</span></html>+[Mise à jour le : 29/7/2022] <html><span style="color:red">En cours de rédaction</span></html>
  
   * **Ressources**   * **Ressources**
Ligne 10: Ligne 10:
     * <html><a href="https://docs.micropython.org/en/latest/index.html#" target="_blank">MicroPython documentation</a></html>     * <html><a href="https://docs.micropython.org/en/latest/index.html#" target="_blank">MicroPython documentation</a></html>
     * <html><a href="https://thonny.org/" target="_blank">IDE Thonny</a></html>     * <html><a href="https://thonny.org/" target="_blank">IDE Thonny</a></html>
- 
   * **Lectures connexes**   * **Lectures connexes**
-   * <html><a href="https://randomnerdtutorials.com/micropython-esp32-deep-sleep-wake-up-sources/" target="_blank">MicroPython : ESP32 Sources de sommeil profond et de réveil</a></html> +    * <html><a href="https://randomnerdtutorials.com/micropython-esp32-deep-sleep-wake-up-sources/" target="_blank">MicroPython : ESP32 Sources de sommeil profond et de réveil</a></html> 
-   * <html><a href="https://randomnerdtutorials.com/micropython-esp8266-deep-sleep-wake-up-sources/" target="_blank">MicroPython : Sources de veille profonde et de réveil ESP8266</a></html>+    * <html><a href="https://randomnerdtutorials.com/micropython-esp8266-deep-sleep-wake-up-sources/" target="_blank">MicroPython : Sources de veille profonde et de réveil ESP8266</a></html>
 ==== 1. Présentation ==== ==== 1. Présentation ====
  
Ligne 67: Ligne 66:
  
 {{ :python:micropython:materiel:thonny.png?nolink&70|}} {{ :python:micropython:materiel:thonny.png?nolink&70|}}
-<note tip><html><strong><a href="https://webge.fr/doc/wikis/code/micropython/MICROPYTHON_RPI2_MORSE.zip" target="_blank">Télécharger</a></strong></html> le projet MICROPYTHON_RPI2_MORSE pour Thonny.</note>+<callout type="tip" icon="true"><html><strong><a href="https://webge.fr/doc/wikis/code/micropython/MICROPYTHON_RPI2_MORSE.zip" target="_blank">Télécharger</a></strong></html> le projet MICROPYTHON_RPI2_MORSE pour Thonny.</callout>
  
 ==== 3. Module Timer  ==== ==== 3. Module Timer  ====