We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3bd1d commit 6902e5cCopy full SHA for 6902e5c
BOM.csv
@@ -0,0 +1,8 @@
1
+Description,Vendor,Part number,Link,Price,Quantity per kit,Subtotal,Quantity for N,Price for N,,N Kits,16,Total,$525.00
2
+USB C to C cable,adafruit,4199,https://www.adafruit.com/product/4199,$10.00,1,$10.00,16,$160.00,,,,,
3
+USB C to A adapter,adafruit,4175,https://www.adafruit.com/product/4175,$3.00,1,$3.00,16,$48.00,,,,,
4
+RP2040 feather,adafruit,4884,https://www.adafruit.com/product/4884,$12.00,1,$12.00,16,$192.00,,,,,
5
+Breadboard,adafruit,64,https://www.adafruit.com/product/64,$5.00,1,$5.00,16,$80.00,,,,,
6
+Button,adafruit,1119,https://www.adafruit.com/product/1119,$2.50,0.1,$0.25,2,$5.00,,,,,
7
+Hookup wire,adafruit,758,https://www.adafruit.com/product/758,$4.00,0.2,$0.80,4,$16.00,,,,,
8
+Buzzer,adafruit,160,https://www.adafruit.com/product/160,$1.50,1,$1.50,16,$24.00,,,,,
README.md
@@ -1,6 +1,3 @@
-Note that this material is currently a work-in-progress. This message will be
-removed when the first version of the workshop material is ready.
-
Welcome!
This 2 hour workshop will introduce you to using CircuitPython to bridge the
@@ -17,11 +14,15 @@ To get started, download and install the Mu python editor from: https://codewith
17
14
Please also download the examples and slides from the latest release here:
18
15
https://github.com/cbs-ntcore/CircuitPythonWorkshop/releases/latest
19
16
+
+For instructors and/or independent study
+------
20
21
The course material is divided into:
-- a list of parts to order for each participant
22
-- a project template (used for all examples)
23
-- lecture slides
24
-- example code
+- a [list of parts to order](BOM.csv) for each participant
+- a project [template](template) (used for all examples)
+- [lecture slides](Circuit%20Python%20Workshop.pdf)
25
+- [example code](examples)
26
27
To aid initial learning the microcontrollers are preloaded with CircuitPython
28
(and a few libraries). For instructors (or those following independent study,
0 commit comments