Search found 2 matches
- Sat Dec 27, 2014 11:03 am
- Forum: General Discussion and Questions
- Topic: PyOs and pyb test suite
- Replies: 4
- Views: 5028
Re: PyOs and pyb test suite
Hello Team MicroPython I started with the micro python library, but it was not clear to me how to use the library on the micropython board itself. So I started to copy and paste parts of the library to an SD card, fixing some __init__.py stuff and writing for each lib a small test. My lib is not mea...
- Thu Dec 25, 2014 6:13 pm
- Forum: General Discussion and Questions
- Topic: PyOs and pyb test suite
- Replies: 4
- Views: 5028
PyOs and pyb test suite
Hello I have a lot of fun with micro python. Thanks Damien for the great work done! I created some test for the pyb libs And I am working on a cooperative PyOS. Yes yes, yet another operating system, but like to re-invent wheels. You can check out the next gitub repo directly in the root of a (empty...