Closed quartzjer closed 10 years ago
You can't modules.enable on startup. Havent been able to look into why yet
It's working for me. Maybe b/c of plural?
function startup { module.enable("env"); };
pretty sure that was a typo here, and not there because I verified by running my startup function successfully.. But now I can't recreate soooo.. Disregard for now ;) When do you plan to merge? Loving modules and specifically having timer upstream
Ok. reproducing now. Maybe just my misunderstanding of startup function? Basically if I have any other pin startup (ie a pinsave) like:
function startup.a0 { pin.setmode("a0", output); };
Then this startup doesnt get called..
function startup {module.enable("servo");};
@jacobrosenthal I see this too. Filed #190
I think it's time to all work from master again! :)
In progress, copying in and updating the previous modules!
Here's what builds right now:
These all need testing yet, but is feeling like a really good pattern still overall.