Update hal.py

This commit is contained in:
Silver Kuusik 2017-12-17 15:01:47 +01:00 committed by GitHub
parent dddea42b35
commit 1d434b2283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
hal.py
View File

@ -1,6 +1,7 @@
from utime import sleep_us from utime import sleep_us
from machine import Pin, PWM, ADC, time_pulse_us from machine import Pin, PWM, ADC, time_pulse_us
# add your WiFi SSID and password
WIFIS = dict({ WIFIS = dict({
"": ""}) "": ""})