danicampora / micropython

The Micro Python project
MIT License
1 stars 1 forks source link

make callback class `value` param an object and rework WLAN().callback() #27

Open danicampora opened 9 years ago

danicampora commented 9 years ago

WLAN().callback() should be created without specifying the wakes param. If the callback doesn't exist then it is enabled when created.