Search found 1385 matches
- Thu Jan 21, 2021 9:02 am
- Forum: Development of MicroPython
- Topic: Maybe Micropython needs more people?
- Replies: 17
- Views: 2069
Re: Maybe Micropython needs more people?
No, of course, it's the job of the authors of those other pull requests to resolve any conflicts before merging.
- Wed Jan 20, 2021 9:29 pm
- Forum: Development of MicroPython
- Topic: Maybe Micropython needs more people?
- Replies: 17
- Views: 2069
Re: Maybe Micropython needs more people?
Well, ok, but you can't expect people writing new code which affects docs which aren't merged yet to go and update those docs right? Of course I can. And I do. In most projects I have worked on, a patch that breaks documentation would never pass the review. And this can even be automated (Sphinx ca...
- Wed Jan 20, 2021 9:17 am
- Forum: Development of MicroPython
- Topic: Maybe Micropython needs more people?
- Replies: 17
- Views: 2069
Re: Maybe Micropython needs more people?
It's the fate of any large project in which the coders refuse to update the documentation as they make changes, instead relying on others to catch differences and fix it.
- Sat Jan 16, 2021 9:55 am
- Forum: Development of MicroPython
- Topic: Maybe Micropython needs more people?
- Replies: 17
- Views: 2069
Re: Maybe Micropython needs more people?
So sad it will be outdated even before it merges.
- Thu Dec 24, 2020 10:40 pm
- Forum: General Discussion and Questions
- Topic: Documentation of included modules and changes
- Replies: 2
- Views: 281
Re: Documentation of included modules and changes
It's posted in the announcements: https://micropython.org/resources/micro ... ngeLog.txt
- Mon Nov 02, 2020 11:34 am
- Forum: Drivers for External Components
- Topic: MAX31855 Driver
- Replies: 12
- Views: 3982
Re: MAX31855 Driver
You just need to run "hg update" in the directory that contains the ".hg" directory to get the files. Sorry, I didn't realize they archived the repositories only, I suppose it makes sense.
- Fri Oct 30, 2020 7:15 pm
- Forum: Drivers for External Components
- Topic: VL53L1X ToF distance sensor - adapting to micropython
- Replies: 17
- Views: 5757
Re: VL53L1X ToF distance sensor - adapting to micropython
You can just run "hg update" in the directory to which you unpacked the ".hg" directory.
- Sun Oct 11, 2020 7:39 am
- Forum: Development of MicroPython
- Topic: Doc change pull requests languishing
- Replies: 4
- Views: 817
Re: Doc change pull requests languishing
I don't think anybody is going to look at them as long as they are failing the tests.
- Sat Oct 03, 2020 11:39 pm
- Forum: Drivers for External Components
- Topic: VL53L1X ToF distance sensor - adapting to micropython
- Replies: 17
- Views: 5757
Re: VL53L1X ToF distance sensor - adapting to micropython
No, it's based on the Pololu Arduino library, if I remember correctly.
- Sat Oct 03, 2020 9:42 am
- Forum: Drivers for External Components
- Topic: VL53L1X ToF distance sensor - adapting to micropython
- Replies: 17
- Views: 5757
Re: VL53L1X ToF distance sensor - adapting to micropython
There are backups of all my repositories that Bitbucket deleted available here: https://bitbucket-archive.softwareherit ... /thesheep/pythoncoder wrote: ↑Fri Oct 02, 2020 8:02 amI'd go for the VL53L0X and try to track down @deshipu's driver;