vimwiki/tech/embedded.wiki
2021-10-10 23:22:53 -04:00

34 lines
792 B
Plaintext

= Embedded Systems =
Systems that are in other things, and therefore the computer is hidden from the
user, sometimes so that they don't even know there is a computer
== Arduino ==
* https://www.microchip.com/en-us/product/ATmega328
* [[RISC]] Processor type
== Raspberry pi ==
* https://datasheets.raspberrypi.org/rpi4/raspberry-pi-4-datasheet.pdf
- Pi 4 Model B
* https://datasheets.raspberrypi.org/pico/pico-datasheet.pdf
- Pi Pico
* [[ARM]] Processor type
=== Line of products ===
* [[arduino_nano|Arduino Nano]]
* [[arduino_uno|Arduino Uno]]
* [[raspberry_pi|Raspberry Pi]]
* [[rapsberry_pi_pico|Raspberry Pi Pico]]
=== Programming ===
* [[../lang/C|C]]
* [[../lang/C++|C++]]
* [[arduino_techniques|Techniques]]
* [[cross_toolchain|Arduino Cross-Toolchain setup]]
[[index]]