Updating the Digital Folder
BIN
Spark_Digital/Spark_Button/Images/1.png
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
Spark_Digital/Spark_Button/Images/2.png
Normal file
After Width: | Height: | Size: 82 KiB |
@ -0,0 +1,16 @@
|
|||||||
|
# Button Versions
|
||||||
|
Displaying the version and its functions with examples.
|
||||||
|
|
||||||
|
## Version 01
|
||||||
|
|
||||||
|
In these functions, you must specify the digital pin corresponding to the module you are using.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
*Example 1*
|
||||||
|
This function reads values from the pin and can be used inside an if-statement or assigned as a value.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
*Example 2*
|
||||||
|
This function reads the inverted values from the pin and can be used inside an if-statement or assigned as a value.
|
BIN
Spark_Digital/Spark_Buzzer/Images/2.png
Normal file
After Width: | Height: | Size: 52 KiB |
@ -0,0 +1,16 @@
|
|||||||
|
# Buzzer Versions
|
||||||
|
Displaying the version and its functions with examples.
|
||||||
|
|
||||||
|
## Version 01
|
||||||
|
|
||||||
|
In these functions, you must specify the digital pin corresponding to the module you are using.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
*Example 1*
|
||||||
|
This function accepts two values from you: one to turn the Buzzer on, and one to turn the Buzzer off.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
*Example 2*
|
||||||
|
This function takes a number between 0 and 1023 to control the tone of the Buzzer.
|
BIN
Spark_Digital/Spark_Horn/Images/1.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
Spark_Digital/Spark_Horn/Images/2.png
Normal file
After Width: | Height: | Size: 47 KiB |
16
Spark_Digital/Spark_Horn/README.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Horn Versions
|
||||||
|
Displaying the version and its functions with examples.
|
||||||
|
|
||||||
|
## Version 01
|
||||||
|
|
||||||
|
In these functions, you must specify the digital pin corresponding to the module you are using.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
*Example 1*
|
||||||
|
This function accepts two values from you: one to turn the Horn on, and one to turn the Horn off.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
*Example 2*
|
||||||
|
This function takes a number between 0 and 1023 to control the tone of the Horn.
|
@ -6,9 +6,11 @@ Displaying the version and its functions with examples.
|
|||||||
In these functions, you must specify the digital pin corresponding to the module you are using.
|
In these functions, you must specify the digital pin corresponding to the module you are using.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
*Example 1*
|
*Example 1*
|
||||||
This function accepts two values from you: one to turn the LED on, and one to turn the LED off.
|
This function accepts two values from you: one to turn the LED on, and one to turn the LED off.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
*Example 2*
|
*Example 2*
|
||||||
This function takes a number between 0 and 1023 to control the brightness of the LED.
|
This function takes a number between 0 and 1023 to control the brightness of the LED.
|
BIN
Spark_Digital/Spark_PhotoInterrupter/Images/1.png
Normal file
After Width: | Height: | Size: 54 KiB |
@ -0,0 +1,11 @@
|
|||||||
|
# Photo Interrupter Versions
|
||||||
|
Displaying the version and its functions with examples.
|
||||||
|
|
||||||
|
## Version 01
|
||||||
|
|
||||||
|
In this function, you must specify the digital pin corresponding to the module you are using.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
*Example*
|
||||||
|
This function reads values from the pin and can be used inside an if-statement or assigned as a value.
|
BIN
Spark_Digital/Spark_TiltSwitch/Images/1.png
Normal file
After Width: | Height: | Size: 52 KiB |
@ -0,0 +1,11 @@
|
|||||||
|
# Tilt Switch Versions
|
||||||
|
Displaying the version and its functions with examples.
|
||||||
|
|
||||||
|
## Version 01
|
||||||
|
|
||||||
|
In this function, you must specify the digital pin corresponding to the module you are using.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
*Example*
|
||||||
|
This function reads values from the pin and can be used inside an if-statement or assigned as a value.
|
BIN
Spark_Digital/Spark_Touch/Images/1.png
Normal file
After Width: | Height: | Size: 50 KiB |
@ -0,0 +1,11 @@
|
|||||||
|
# Touch Versions
|
||||||
|
Displaying the version and its functions with examples.
|
||||||
|
|
||||||
|
## Version 01
|
||||||
|
|
||||||
|
In this function, you must specify the digital pin corresponding to the module you are using.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
*Example*
|
||||||
|
This function reads values from the pin and can be used inside an if-statement or assigned as a value.
|