Skip to content

Commit 6902e5c

Browse files
committed
add BOM and update readme
1 parent 2a3bd1d commit 6902e5c

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

BOM.csv

+8
Original file line numberDiff line numberDiff line change
@@ -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

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Note that this material is currently a work-in-progress. This message will be
2-
removed when the first version of the workshop material is ready.
3-
41
Welcome!
52

63
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
1714
Please also download the examples and slides from the latest release here:
1815
https://github.com/cbs-ntcore/CircuitPythonWorkshop/releases/latest
1916

17+
18+
For instructors and/or independent study
19+
------
20+
2021
The course material is divided into:
21-
- a list of parts to order for each participant
22-
- a project template (used for all examples)
23-
- lecture slides
24-
- example code
22+
- a [list of parts to order](BOM.csv) for each participant
23+
- a project [template](template) (used for all examples)
24+
- [lecture slides](Circuit%20Python%20Workshop.pdf)
25+
- [example code](examples)
2526

2627
To aid initial learning the microcontrollers are preloaded with CircuitPython
2728
(and a few libraries). For instructors (or those following independent study,

0 commit comments

Comments
 (0)