Ci-dessous, les différences entre deux révisions de la page.
| — |
lopy [2018/03/30 09:36] (Version actuelle) admin créée |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | __LOPY__ | ||
| + | * Rechercher EUI de LOPY - En micropython ( atom+pymakr) | ||
| + | <code python> | ||
| + | import network | ||
| + | import binascii | ||
| + | print(binascii.hexlify(network.LoRa().mac())) | ||
| + | </code> | ||