• Hi All

    I've written a Date and Clock module. The Date module uses the same API as JS Date (but doesn't implement everything at all), and Clock inherits from it. (It's all a bit rough so want to polish a bit more before sharing :)

    I'm a bit of a newbie at JS, so have a few questions...

    1. Should these be two modules or one? I guess two... any reason why not?

    2. Is there any way to get WebIDE to pull modules from either a) my PC or b) multiple locations? Can it pull them direct from my github account?

    3. These aren't device modules - where would I put them in github?

    4. Is there any convention for unit tests for Espurino modules?

    Thanks

    Martin

About

Avatar for mgg1010 @mgg1010 started