You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Arduino General Examples
2
2
3
3
*[6-channel-LED]({{site.codeurl}}/6-channel-LED) - fades 6 channels of LEDs with a for loop
4
-
*[DACAnalogWrite]() - Reads an analog input, uses it to set the voltage attached to the DAC on pin A0 of the SAMD-based boards.
5
-
* EmicAnalogReadSerial
4
+
*[DACAnalogWrite]({{site.codeurl}}/DACAnalogWrite) - Reads an analog input, uses it to set the voltage attached to the DAC on pin A0 of the SAMD-based boards.
5
+
*[EmicAnalogReadSerial]({{site.codeurl}}/EmicAnalogReadSerial) - Reads an analog input on pin 0 and sends it to an [Emic 2 Text-to-speech module](https://www.sparkfun.com/products/11711) via Serial1
0 commit comments