Search found 2 matches
- Mon Mar 29, 2021 2:55 am
- Forum: Raspberry Pi microcontroller boards
- Topic: Is Micropython inherently multithreaded?
- Replies: 7
- Views: 4604
Re: Is Micropython inherently multithreaded?
A point to consider is that the Pico does not support hardware floating point. It will therefore be substantially slower than platforms such as the Pyboards. I believe there is an integer algorithm for Mandelbrot. There is, or used to be, a PC program called fractint. It's cool how some things from...
- Tue Mar 16, 2021 8:35 pm
- Forum: Raspberry Pi microcontroller boards
- Topic: ADC input impedance
- Replies: 5
- Views: 8128
Re: ADC input impedance
I also came across an article by "Characterizing the Raspberry Pi Pico ADC" by Mark Omo with some detailed measurements, if of interest.