diff --git a/Spark_Digital/Spark_Button/Images/1.png b/Spark_Digital/Spark_Button/Images/1.png new file mode 100644 index 0000000..0792742 Binary files /dev/null and b/Spark_Digital/Spark_Button/Images/1.png differ diff --git a/Spark_Digital/Spark_Button/Images/2.png b/Spark_Digital/Spark_Button/Images/2.png new file mode 100644 index 0000000..9bd691f Binary files /dev/null and b/Spark_Digital/Spark_Button/Images/2.png differ diff --git a/Spark_Digital/Spark_Button/README.md b/Spark_Digital/Spark_Button/README.md index e69de29..dd4accd 100644 --- a/Spark_Digital/Spark_Button/README.md +++ b/Spark_Digital/Spark_Button/README.md @@ -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. + +![](Images/1.png) + +*Example 1* +This function reads values from the pin and can be used inside an if-statement or assigned as a value. + +![](Images/2.png) + +*Example 2* +This function reads the inverted values from the pin and can be used inside an if-statement or assigned as a value. \ No newline at end of file diff --git a/Spark_Digital/Spark_Buzzer/Images/2.png b/Spark_Digital/Spark_Buzzer/Images/2.png new file mode 100644 index 0000000..88a6872 Binary files /dev/null and b/Spark_Digital/Spark_Buzzer/Images/2.png differ diff --git a/Spark_Digital/Spark_Buzzer/README.md b/Spark_Digital/Spark_Buzzer/README.md index e69de29..65d954d 100644 --- a/Spark_Digital/Spark_Buzzer/README.md +++ b/Spark_Digital/Spark_Buzzer/README.md @@ -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. + +![](Images/1.png) + +*Example 1* +This function accepts two values from you: one to turn the Buzzer on, and one to turn the Buzzer off. + +![](Images/2.png) + +*Example 2* +This function takes a number between 0 and 1023 to control the tone of the Buzzer. \ No newline at end of file diff --git a/Spark_Digital/Spark_Horn/Images/1.png b/Spark_Digital/Spark_Horn/Images/1.png new file mode 100644 index 0000000..8872ab3 Binary files /dev/null and b/Spark_Digital/Spark_Horn/Images/1.png differ diff --git a/Spark_Digital/Spark_Horn/Images/2.png b/Spark_Digital/Spark_Horn/Images/2.png new file mode 100644 index 0000000..180c781 Binary files /dev/null and b/Spark_Digital/Spark_Horn/Images/2.png differ diff --git a/Spark_Digital/Spark_Horn/README.md b/Spark_Digital/Spark_Horn/README.md new file mode 100644 index 0000000..0d22f91 --- /dev/null +++ b/Spark_Digital/Spark_Horn/README.md @@ -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. + +![](Images/1.png) + +*Example 1* +This function accepts two values from you: one to turn the Horn on, and one to turn the Horn off. + +![](Images/2.png) + +*Example 2* +This function takes a number between 0 and 1023 to control the tone of the Horn. \ No newline at end of file diff --git a/Spark_Digital/Spark_LED/README.md b/Spark_Digital/Spark_LED/README.md index 2047d6e..c934bf9 100644 --- a/Spark_Digital/Spark_LED/README.md +++ b/Spark_Digital/Spark_LED/README.md @@ -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. ![](Images/1.png) + *Example 1* This function accepts two values from you: one to turn the LED on, and one to turn the LED off. ![](Images/2.png) + *Example 2* This function takes a number between 0 and 1023 to control the brightness of the LED. \ No newline at end of file diff --git a/Spark_Digital/Spark_PhotoInterrupter/Images/1.png b/Spark_Digital/Spark_PhotoInterrupter/Images/1.png new file mode 100644 index 0000000..bb897b2 Binary files /dev/null and b/Spark_Digital/Spark_PhotoInterrupter/Images/1.png differ diff --git a/Spark_Digital/Spark_PhotoInterrupter/README.md b/Spark_Digital/Spark_PhotoInterrupter/README.md index e69de29..5541707 100644 --- a/Spark_Digital/Spark_PhotoInterrupter/README.md +++ b/Spark_Digital/Spark_PhotoInterrupter/README.md @@ -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. + +![](Images/1.png) + +*Example* +This function reads values from the pin and can be used inside an if-statement or assigned as a value. diff --git a/Spark_Digital/Spark_TiltSwitch/Images/1.png b/Spark_Digital/Spark_TiltSwitch/Images/1.png new file mode 100644 index 0000000..34f2c77 Binary files /dev/null and b/Spark_Digital/Spark_TiltSwitch/Images/1.png differ diff --git a/Spark_Digital/Spark_TiltSwitch/README.md b/Spark_Digital/Spark_TiltSwitch/README.md index e69de29..1340b5a 100644 --- a/Spark_Digital/Spark_TiltSwitch/README.md +++ b/Spark_Digital/Spark_TiltSwitch/README.md @@ -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. + +![](Images/1.png) + +*Example* +This function reads values from the pin and can be used inside an if-statement or assigned as a value. diff --git a/Spark_Digital/Spark_Touch/Images/1.png b/Spark_Digital/Spark_Touch/Images/1.png new file mode 100644 index 0000000..6153958 Binary files /dev/null and b/Spark_Digital/Spark_Touch/Images/1.png differ diff --git a/Spark_Digital/Spark_Touch/README.md b/Spark_Digital/Spark_Touch/README.md index e69de29..de0bcb0 100644 --- a/Spark_Digital/Spark_Touch/README.md +++ b/Spark_Digital/Spark_Touch/README.md @@ -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. + +![](Images/1.png) + +*Example* +This function reads values from the pin and can be used inside an if-statement or assigned as a value.