gitextract_6jbdws48/ ├── Lesson 10 - Ultrasonic Sensor Module/ │ ├── HC-SR04/ │ │ ├── SR04.cpp │ │ └── SR04.h │ ├── Lesson10.fzz │ ├── README.md │ ├── UltrasonicDistance/ │ │ └── UltrasonicDistance.ino │ ├── UltrasonicDistanceLCD/ │ │ └── UltrasonicDistanceLCD.ino │ ├── UltrasonicSensorLCD.fzz │ └── mySR04_Example/ │ └── mySR04_Example.ino ├── Lesson 11 - Keypad Membrane Switch Module/ │ ├── Analog_keypad/ │ │ └── Analog_keypad.ino │ ├── Keypad_4x4_1analogPin.fzz │ ├── Ladder.xlsm │ └── README.md ├── Lesson 12 - DHT11/ │ ├── DHT11_Decimal/ │ │ └── DHT11_Decimal.ino │ └── README.md ├── Lesson 13 - Analog Joystick Module/ │ ├── Analog_Joystick_OLEDcursor/ │ │ └── Analog_Joystick_OLEDcursor.ino │ └── README.md ├── Lesson 14 - IR Receiver Module/ │ ├── IR_Receiver_Module/ │ │ └── IR_Receiver_Module.ino │ └── README.md ├── Lesson 15 - MAX7219 Module/ │ ├── LEDGraphicToHex.xlsm │ ├── MyMarqueeText/ │ │ └── MyMarqueeText.ino │ └── README.md ├── Lesson 16 - GY-521 Module/ │ ├── MPU-6050_expanded/ │ │ └── MPU-6050_expanded.ino │ └── README.md ├── Lesson 17 - HC-SR501/ │ ├── HC-SR501_Demo/ │ │ └── HC-SR501_Demo.ino │ ├── HC-SR501_plus.fzz │ └── README.md ├── Lesson 18 - Water Level Detection Sensor Module/ │ ├── README.md │ └── Water_level/ │ └── Water_level.ino ├── Lesson 19 - Real Time Clock Module/ │ ├── README.md │ └── RTC_Alarm/ │ ├── RTC_Alarm.ino │ ├── RTC_Alarm.ino.standard.hex │ └── RTC_Alarm.ino.with_bootloader.standard.hex ├── Lesson 20 - Sound Sensor Module/ │ ├── Lesson20.fzz │ ├── README.md │ ├── SoundSensor/ │ │ └── SoundSensor.ino │ └── SoundSensor.fzz ├── Lesson 21 - RC522 RFID Module/ │ ├── README.md │ └── RFID_module/ │ └── RFID_module.ino ├── Lesson 22 - LCD Display/ │ ├── HelloWorld/ │ │ └── HelloWorld.ino │ ├── I2C_check/ │ │ └── I2C_check.ino │ ├── LCD1602A.fzz │ ├── LCD1602A_I2C.fzz │ └── README.md ├── Lesson 23 - Thermometer/ │ ├── README.md │ ├── Thermistor Calculator.xlsx │ ├── Thermistor.fzz │ └── Thermometer/ │ └── Thermometer.ino ├── Lesson 24 - 74HC595 Shift Register/ │ ├── 74HC595.fzz │ ├── B2B_74HC595.fzz │ ├── README.md │ ├── SR_74HC595/ │ │ └── SR_74HC595.ino │ ├── SR_74HC595_16bit/ │ │ └── SR_74HC595_16bit.ino │ └── SR_74HC595_32bit/ │ └── SR_74HC595_32bit.ino ├── Lesson 26 - Photocell/ │ └── PhotoCell.fzz ├── Lesson 27 - 74HC595 and Segment Display/ │ ├── 7-SegmentDisplay/ │ │ └── 7-SegmentDisplay.ino │ ├── 74HC595_7SegmentDisplay.fzz │ ├── 74HC595_SegmentDisplay.xlsx │ └── README.md ├── Lesson 28 - 4 Digit 7 Segment Display/ │ ├── 4Digit_7SegmentDisplay.xlsx │ ├── 4_digit_proper.fzz │ ├── Four_Digit_HexCounter/ │ │ └── Four_Digit_HexCounter.ino │ └── README.md ├── Lesson 29 - DC Motors/ │ ├── DC_Motor/ │ │ └── DC_Motor.ino │ └── DC_Motor.fzz ├── Lesson 4 - RGB LED/ │ ├── Lesson4.fzz │ ├── README.md │ └── RGB_LED/ │ └── RGB_LED.ino ├── Lesson 5 - Digital Inputs/ │ ├── DigitalInput_Debounce/ │ │ ├── DigitalInput_Debounce.ino │ │ └── Lesson 5 Single Button Sketch.fzz │ ├── DigitalInput_DeepSleep/ │ │ └── DigitalInput_DeepSleep.ino │ ├── Lesson 5 Sketch.fzz │ └── README.md ├── Lesson 6 - Active Buzzer/ │ ├── Lesson 6.fzz │ ├── MorseCode_Translator/ │ │ ├── Morse Code Translator.fzz │ │ └── MorseCode_Translater/ │ │ └── MorseCode_Translater.ino │ └── README.md ├── Lesson 7 - Passive Buzzer/ │ ├── HappyBirthday/ │ │ └── HappyBirthday.ino │ ├── Lesson7.fzz │ ├── MusicPlayer.fzz │ ├── MusicPlayer2.fzz │ ├── README.md │ ├── StarWarsImperialMarch/ │ │ └── StarWarsImperialMarch.ino │ └── SuperMario/ │ └── SuperMario.ino ├── Lesson 8 - Tilt Ball Switch/ │ ├── Magic8-Ball.fzz │ ├── Magic_8-Ball/ │ │ └── Magic_8-Ball.ino │ ├── README.md │ └── myBall_Switch/ │ └── myBall_Switch.ino ├── Lesson 9 - Servo/ │ ├── Lesson 9 Servo_RotaryEncoder.fzz │ ├── README.md │ └── ServoRangeCal_Ctrl/ │ └── ServoRangeCal_Ctrl.ino ├── README.md ├── UNLICENSE ├── _config.yml └── library.properties