diff --git a/Digital/README.md b/Digital/README.md new file mode 100644 index 0000000..76e8707 --- /dev/null +++ b/Digital/README.md @@ -0,0 +1,125 @@ +# πŸŸ₯ Digital + +### What is Digital? + +Digital signals are either **ON** or **OFF**β€”like a light switch. +Digital sensors detect clear changes (like pressing a button), while digital outputs perform actions (like turning on a light or sound). + +--- + +### Included Modules: + +#### πŸ”Œ Inputs: +- [Touch Sensor](#module-01-touch-sensor) +- [Button Input](#module-02-button-input) +- [Photo Interrupter](#module-03-photo-interrupter) +- [Tilt Switch](#module-04-tilt-switch) +- [Temp & Humidity](#module-05-temp--humidity) + +#### πŸ’‘ Outputs: +- [LED](#module-06-led) +- [Buzzer](#module-07-buzzer) +- [Relay](#module-08-relay) + +--- + +### Module 01: Touch Sensor + +![](../Images/14.png) + +#### Block: + +![](../Images/25.png) + +This sensor reads the input from the physical world. + +--- + +### Module 02: Button Input + +![](../Images/20.png) + +#### Block: + +![](../Images/21.png) + +This sensor reads the input from the physical world. + +--- + +### Module 03: Photo Interrupter + +![Image](../Images/.png) + +#### Block: + +![](../Images/23.png) + +This sensor reads the input from the physical world. + +--- + +### Module 04: Tilt Switch + +![](../Images/16.png) + +#### Block: + +![](../Images/24.png) + +This sensor reads the input from the physical world. + +--- + +### Module 05: Temp & Humidity + +![](../Images/15.png) + +#### Block 1: + +![](../Images/26.png) + +#### Block 2: + +![](../Images/26.png) + +--- + +### Module 06: LED + +![](../Images/17.png) + +#### Block 1: + +![](../Images/29.png) + +#### Block 2: + +![](../Images/32.png) + +--- + +### Module 07: Buzzer + +![](../Images/18.png) + +#### Block 1: + +![](../Images/28.png) + +#### Block 2: + +![](../Images/31.png) + +--- + +### Module 08: Relay + +![Image](../Images/.png) + + +#### Block: + +![](../Images/30.png) + +--- diff --git a/Images/SPARK ASSETS (3).png b/Images/14.png similarity index 100% rename from Images/SPARK ASSETS (3).png rename to Images/14.png diff --git a/Images/SPARK ASSETS (2).png b/Images/15.png similarity index 100% rename from Images/SPARK ASSETS (2).png rename to Images/15.png diff --git a/Images/SPARK ASSETS (1).png b/Images/16.png similarity index 100% rename from Images/SPARK ASSETS (1).png rename to Images/16.png diff --git a/Images/SPARK ASSETS (10).png b/Images/17.png similarity index 100% rename from Images/SPARK ASSETS (10).png rename to Images/17.png diff --git a/Images/SPARK ASSETS (11).png b/Images/18.png similarity index 100% rename from Images/SPARK ASSETS (11).png rename to Images/18.png diff --git a/Images/SPARK ASSETS (12).png b/Images/19.png similarity index 100% rename from Images/SPARK ASSETS (12).png rename to Images/19.png diff --git a/Images/SPARK ASSETS.png b/Images/20.png similarity index 100% rename from Images/SPARK ASSETS.png rename to Images/20.png diff --git a/Images/21.png b/Images/21.png new file mode 100644 index 0000000..498c8da Binary files /dev/null and b/Images/21.png differ diff --git a/Images/22.png b/Images/22.png new file mode 100644 index 0000000..b0dd996 Binary files /dev/null and b/Images/22.png differ diff --git a/Images/23.png b/Images/23.png new file mode 100644 index 0000000..aee258b Binary files /dev/null and b/Images/23.png differ diff --git a/Images/24.png b/Images/24.png new file mode 100644 index 0000000..8ff4678 Binary files /dev/null and b/Images/24.png differ diff --git a/Images/25.png b/Images/25.png new file mode 100644 index 0000000..b28b069 Binary files /dev/null and b/Images/25.png differ diff --git a/Images/26.png b/Images/26.png new file mode 100644 index 0000000..bf03f58 Binary files /dev/null and b/Images/26.png differ diff --git a/Images/27.png b/Images/27.png new file mode 100644 index 0000000..8f3c1ae Binary files /dev/null and b/Images/27.png differ diff --git a/Images/28.png b/Images/28.png new file mode 100644 index 0000000..4ac69a6 Binary files /dev/null and b/Images/28.png differ diff --git a/Images/29.png b/Images/29.png new file mode 100644 index 0000000..3e0c7d6 Binary files /dev/null and b/Images/29.png differ diff --git a/Images/30.png b/Images/30.png new file mode 100644 index 0000000..4b33b9d Binary files /dev/null and b/Images/30.png differ diff --git a/Images/31.png b/Images/31.png new file mode 100644 index 0000000..b00fc20 Binary files /dev/null and b/Images/31.png differ diff --git a/Images/32.png b/Images/32.png new file mode 100644 index 0000000..314e51b Binary files /dev/null and b/Images/32.png differ