Update for 13-11-21 00:51

This commit is contained in:
Tyler Perkins 2021-11-13 00:51:32 -05:00
parent 0c06a44895
commit 9d35e60354
4 changed files with 15 additions and 7 deletions

View File

@ -1,9 +1,11 @@
= Arduino Nano =
= Arduino Nano/ATMega328P =
A very small arduino product, better for hobby embedding
see [[arduino_techniques|Programming Techniques]]
See datasheet https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7810-Automotive-Microcontrollers-ATmega328P_Datasheet.pdf
== Features ==
* ATMEL AVR ATmega328P microcontroller

5
tech/ESP32.wiki Normal file
View File

@ -0,0 +1,5 @@
= ESP32 =
The ESP32 is a microcontroller
See datasheet

View File

@ -2,7 +2,7 @@
Raspberry pi's micrcontroler, based on the RP2040
* https://datasheets.raspberrypi.org/pico/pico-datasheet.pdf
See datasheet https://datasheets.raspberrypi.org/pico/pico-datasheet.pdf

View File

@ -18,18 +18,19 @@ user, sometimes so that they don't even know there is a computer
=== Line of products ===
* [[arduino_nano|Arduino Nano]]
* [[ATMega328P|Arduino Nano]]
* [[ESP32]]
* [[raspberry_pi|Raspberry Pi]]
* [[rapsberry_pi_pico|Raspberry Pi Pico]]
* [[RP2040|Raspberyy Pi Pico]]
* [[PCB]]
=== Components ===
==== Microcontrolers ====
* [[arduino_nano|ATMega328P]]
*
* [[ATMega328P]]
* [[RP2040]]
* [[ESP32]]
==== Sensors ====