General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
Fireship
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "Arduino in 100 Seconds" video.
If you need fractions, try using fixed-point numbers (scaled integers). Can be fiddly to work with, but faster than floats.
3
Arduino can do microsecond-level response times, Raspberry π cannot. That’s the difference between a full computer running a full OS, and a bare-bones one running just the code you compile for it and nothing more. Each has their uses.
1
@VoidField101x The π Pico, with its programmable I/O channels, is purpose-built for that. There is a demonstration somewhere of it doing real-time emulation of the video interface on the old BBC Micro.
1