Updated Hardware API (markdown)

master
Daniel Campora 2015-10-12 13:48:27 +02:00
rodzic 584eeab947
commit afc160fea3
1 zmienionych plików z 2 dodań i 2 usunięć

@ -357,14 +357,14 @@ Constants:
- `WLAN.STA` Station mode
- `WLAN.AP` Access point mode
- `WLAN.AP+STA` Access point + Station mode (sometimes called SoftAP)
- `WLAN.STA_AP` Station mode + Access point mode.
- `WLAN.P2P` Peer to peer (also called WiFi-direct or Ad-Hoc mode)
- `WLAN.WEP` WEP security
- `WLAN.WPA` WPA security
- `WLAN.WPA2` WPA2 security
- `WLAN.WPA_ENT` WPA Enterprise security
# machine module
# machine module functions
- `machine.reset()` perform a hard reset (same as pressing the reset switch on the board)
- `machine.enable_irq()` enable the interrupts