Skip to content

Commit 362f6b3

Browse files
committed
Fix Chapter README Markdown
1 parent 9518ad0 commit 362f6b3

File tree

13 files changed

+56
-56
lines changed

13 files changed

+56
-56
lines changed

Chapter 02/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ _Exploring Arduino:_ First Edition, Chapter 2
33
The code in this folder is for Chapter 2 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch2
55

6-
Listing 2-1: Turning on an LED /led
7-
Listing 2-2: LED with Changing Blink Rate /blink
8-
Listing 2-3: LED Fade Sketch /fade
9-
Listing 2-4: Simple LED Control with a Button /led_button
10-
Listing 2-5: Debounced Buttong Toggling /debounce
11-
Listing 2-6: Toggling LED Nightlight /rgb_nightlight
6+
* Listing 2-1: Turning on an LED /led
7+
* Listing 2-2: LED with Changing Blink Rate /blink
8+
* Listing 2-3: LED Fade Sketch /fade
9+
* Listing 2-4: Simple LED Control with a Button /led_button
10+
* Listing 2-5: Debounced Buttong Toggling /debounce
11+
* Listing 2-6: Toggling LED Nightlight /rgb_nightlight
1212

1313
Open Source License
1414
-------------------

Chapter 03/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ _Exploring Arduino:_ First Edition, Chapter 3
33
The code in this folder is for Chapter 3 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch3
55

6-
Listing 3-1: Potentiometer Reading Sketch /pot
7-
Listing 3-2: Temperature Alert Sketch /tempalert
8-
Listing 3-3: Automatic Night Light Sketch /nightlight
6+
* Listing 3-1: Potentiometer Reading Sketch /pot
7+
* Listing 3-2: Temperature Alert Sketch /tempalert
8+
* Listing 3-3: Automatic Night Light Sketch /nightlight
99

1010
Open Source License
1111
-------------------

Chapter 04/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ _Exploring Arduino:_ First Edition, Chapter 4
33
The code in this folder is for Chapter 4 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch4
55

6-
Listing 4-1: Automatic Speed Control /motor
7-
Listing 4-2: Adjustable Speed Control /motor_pot
8-
Listing 4-3: H-Bridge Potentiometer Motor Control /hbridge
9-
Listing 4-4: Servo Potentiometer Control /servo
10-
Listing 4-5: Sweeping Distance Sensor /sweep
6+
* Listing 4-1: Automatic Speed Control /motor
7+
* Listing 4-2: Adjustable Speed Control /motor_pot
8+
* Listing 4-3: H-Bridge Potentiometer Motor Control /hbridge
9+
* Listing 4-4: Servo Potentiometer Control /servo
10+
* Listing 4-5: Sweeping Distance Sensor /sweep
1111

1212
Open Source License
1313
-------------------

Chapter 05/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ _Exploring Arduino:_ First Edition, Chapter 5
33
The code in this folder is for Chapter 5 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch5
55

6-
Listing 5-1: Arduino Music Player /music
7-
Listing 5-2: Pentatonic Micro Piano /piano
6+
* Listing 5-1: Arduino Music Player /music
7+
* Listing 5-2: Pentatonic Micro Piano /piano
88

99
Open Source License
1010
-------------------

Chapter 06/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ _Exploring Arduino:_ First Edition, Chapter 6
33
The code in this folder is for Chapter 6 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch6
55

6-
Listing 6-1: Potentiometer Serial Print Test Program /pot
7-
Listing 6-2: Tabular Printing using Special Characters /pot_tabular
8-
Listing 6-3: Arduino Serial Echo Test /echo
9-
Listing 6-4: Single LED Control using Characters /single_char_control
10-
Listing 6-5: RGB LED Control via Serial /list_control
11-
Listing 6-6: Arduino Code to send Data to the Computer /pot_to_processing/arduino_read_pot
12-
Listing 6-7: Processing Code to Read Data and Change Color on the Screen /pot_to_processing/processing_display_color
13-
Listing 6-8: Processing Sketch to Set Arduino RGB Colors /processing_control_RGB/processing_control_RGB
14-
Listing 6-5: RGB LED Control via Serial [USE AGAIN WITH 6-8 PROCESSING CODE] /processing_control_RGB/list_control
15-
Listing 6-9: Temperature an Light Data Logger /csv_logger
16-
Listing 6-10: Light-Based Computer Lock /lock_computer
17-
Listing 6-11: Mouse Control Code for the Leonardo /mouse
6+
* Listing 6-1: Potentiometer Serial Print Test Program /pot
7+
* Listing 6-2: Tabular Printing using Special Characters /pot_tabular
8+
* Listing 6-3: Arduino Serial Echo Test /echo
9+
* Listing 6-4: Single LED Control using Characters /single_char_control
10+
* Listing 6-5: RGB LED Control via Serial /list_control
11+
* Listing 6-6: Arduino Code to send Data to the Computer /pot_to_processing/arduino_read_pot
12+
* Listing 6-7: Processing Code to Read Data and Change Color on the Screen /pot_to_processing/processing_display_color
13+
* Listing 6-8: Processing Sketch to Set Arduino RGB Colors /processing_control_RGB/processing_control_RGB
14+
* Listing 6-5: RGB LED Control via Serial [USE AGAIN WITH 6-8 PROCESSING CODE] /processing_control_RGB/list_control
15+
* Listing 6-9: Temperature an Light Data Logger /csv_logger
16+
* Listing 6-10: Light-Based Computer Lock /lock_computer
17+
* Listing 6-11: Mouse Control Code for the Leonardo /mouse
1818

1919
Open Source License
2020
-------------------

Chapter 07/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ _Exploring Arduino:_ First Edition, Chapter 7
33
The code in this folder is for Chapter 7 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch7
55

6-
Listing 7-1: Alternating LED Pattery on a Shift Register /alternate
7-
Listing 7-2: Light Rider Sequence Code /lightrider
8-
Listing 7-3: Bar Graph Distance Control /bargraph
6+
* Listing 7-1: Alternating LED Pattery on a Shift Register /alternate
7+
* Listing 7-2: Light Rider Sequence Code /lightrider
8+
* Listing 7-3: Bar Graph Distance Control /bargraph
99

1010
Open Source License
1111
-------------------

Chapter 08/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ _Exploring Arduino:_ First Edition, Chapter 8
33
The code in this folder is for Chapter 8 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch8
55

6-
Listing 8-1: I2C Temperature Sensor Printing Code /read_temp
7-
Listing 8-2: I2C Temperature Sensors Code with Shift Register LEDs and Serial Communication /temp_unit
8-
Listing 8-3: Processing Sketch for Displaying Temperature Values /display_temp
6+
* Listing 8-1: I2C Temperature Sensor Printing Code /read_temp
7+
* Listing 8-2: I2C Temperature Sensors Code with Shift Register LEDs and Serial Communication /temp_unit
8+
* Listing 8-3: Processing Sketch for Displaying Temperature Values /display_temp
99

1010
Open Source License
1111
-------------------

Chapter 09/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ _Exploring Arduino:_ First Edition, Chapter 9
33
The code in this folder is for Chapter 9 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch9
55

6-
Listing 9-1: SPI Control of Multiple Digital Potentiometers /SPI_led
7-
Listing 9-2: LED and Speaker Volume SPI Digital Potentiometer Control /LED_speaker
6+
* Listing 9-1: SPI Control of Multiple Digital Potentiometers /SPI_led
7+
* Listing 9-2: LED and Speaker Volume SPI Digital Potentiometer Control /LED_speaker
88

99
Open Source License
1010
-------------------

Chapter 10/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ _Exploring Arduino:_ First Edition, Chapter 10
33
The code in this folder is for Chapter 10 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch10
55

6-
Listing 10-1: LCD Text with an Incrementing Number /LCD_text
7-
Listing 10-2: LCD Updating Progress Bar Code /LCD_progress_bar
8-
Listing 10-3: Personal Thermostat Program /LCD_thermostat
6+
* Listing 10-1: LCD Text with an Incrementing Number /LCD_text
7+
* Listing 10-2: LCD Updating Progress Bar Code /LCD_progress_bar
8+
* Listing 10-3: Personal Thermostat Program /LCD_thermostat
99

1010
Open Source License
1111
-------------------

Chapter 11/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ _Exploring Arduino:_ First Edition, Chapter 11
33
The code in this folder is for Chapter 11 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch11
55

6-
Listing 11-1: Arduino Code to send Data to the Computer /pot_to_processing/arduino_read_pot
7-
Listing 11-2: Processing Code to Read Data and Change Color on the Screen /pot_to_processing/processing_display_color
8-
Listing 11-3: RGB LED Control via Serial /processing_control_RGB/list_control
9-
Listing 11-4: Processing Sketch to Set Arduino RGB Colors /processing_control_RGB/processing_control_RGB
10-
Listing 11-5: Doorbell Transmitter /doorbell/transmitting_arduino
11-
Listing 11-6: Doorbell Receiver /doorbell/receiving_arduino
6+
* Listing 11-1: Arduino Code to send Data to the Computer /pot_to_processing/arduino_read_pot
7+
* Listing 11-2: Processing Code to Read Data and Change Color on the Screen /pot_to_processing/processing_display_color
8+
* Listing 11-3: RGB LED Control via Serial /processing_control_RGB/list_control
9+
* Listing 11-4: Processing Sketch to Set Arduino RGB Colors /processing_control_RGB/processing_control_RGB
10+
* Listing 11-5: Doorbell Transmitter /doorbell/transmitting_arduino
11+
* Listing 11-6: Doorbell Receiver /doorbell/receiving_arduino
1212

1313
Open Source License
1414
-------------------

Chapter 12/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ _Exploring Arduino:_ First Edition, Chapter 12
33
The code in this folder is for Chapter 12 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch12
55

6-
Listing 12-1: Hardware Interrupts for Multitasking /hw_multitask
7-
Listing 12-2: Simple Timer Interrupt Blink Test /timer1
8-
Listing 12-3: Sound Machine Code /fun_with_sound
6+
* Listing 12-1: Hardware Interrupts for Multitasking /hw_multitask
7+
* Listing 12-2: Simple Timer Interrupt Blink Test /timer1
8+
* Listing 12-3: Sound Machine Code /fun_with_sound
99

1010
Open Source License
1111
-------------------

Chapter 13/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ _Exploring Arduino:_ First Edition, Chapter 13
33
The code in this folder is for Chapter 13 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch13
55

6-
Listing 13-1: SD Card Write Test /write_to_sd
7-
Listing 13-2: SD Reading and Writing /sd_read_write
8-
Listing 13-3: SD Reading and Writing with an RTC /sd_read_write_rtc
9-
Listing 13-4: Entrance Logger Software /entrance_logger
6+
* Listing 13-1: SD Card Write Test /write_to_sd
7+
* Listing 13-2: SD Reading and Writing /sd_read_write
8+
* Listing 13-3: SD Reading and Writing with an RTC /sd_read_write_rtc
9+
* Listing 13-4: Entrance Logger Software /entrance_logger
1010

1111
Open Source License
1212
-------------------

Chapter 14/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ _Exploring Arduino:_ First Edition, Chapter 14
33
The code in this folder is for Chapter 14 of the FIRST EDITION of "Exploring Arduino"
44
https://www.exploringarduino.com/content1/ch14
55

6-
Listing 14-1: HTML Form Page /server_form
7-
Listing 14-2: Web Server Code /control_led_speaker
8-
Listing 14-3: Xively Datastream Upload /xively
9-
Listing 14-4: Xively Datastream Upload Code Updated to Read Multiple Sensors /cosm2
6+
* Listing 14-1: HTML Form Page /server_form
7+
* Listing 14-2: Web Server Code /control_led_speaker
8+
* Listing 14-3: Xively Datastream Upload /xively
9+
* Listing 14-4: Xively Datastream Upload Code Updated to Read Multiple Sensors /cosm2
1010

1111
Open Source License
1212
-------------------

0 commit comments

Comments
 (0)