Skip to content

Commit c5948a7

Browse files
committed
update for pages
1 parent fe1a803 commit c5948a7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
theme: jekyll-theme-minimal
2-
codeurl: https://github.com/tigoe/ArduinoGeneralExamples
2+
codeurl: https://github.com/tigoe/ArduinoGeneralExamples/tree/main

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Arduino General Examples
22

33
* [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
6+
7+
68
* EmicSoftwareSerial
79
* EncoderAndButtonExample
810
* EncoderExample

0 commit comments

Comments
 (0)