Fix typo in file description

This commit is contained in:
Danilo Cadeddu
2022-08-21 17:15:28 +02:00
parent a726da89f9
commit 9155999570
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
########################################################################
# Filename : Hello.py
# Description : Print "Hello World!".
# auther : www.freenove.com
# Author : www.freenove.com
# modification: 2019/12/27
########################################################################
+1 -1
View File
@@ -2,7 +2,7 @@
########################################################################
# Filename : Blink.py
# Description : Basic usage of GPIO. Let led blink.
# auther : www.freenove.com
# Author : www.freenove.com
# modification: 2019/12/28
########################################################################
import RPi.GPIO as GPIO
+1 -1
View File
@@ -2,7 +2,7 @@
########################################################################
# Filename : Blink.py
# Description : Basic usage of GPIO. Let led blink.
# auther : www.freenove.com
# Author : www.freenove.com
# modification: 2019/12/26
########################################################################
from gpiozero import LED
@@ -2,7 +2,7 @@
########################################################################
# Filename : ButtonLED.py
# Description : Control led with button
# auther : www.freenove.com
# Author : www.freenove.com
# modification: 2019/12/28
########################################################################
import RPi.GPIO as GPIO
@@ -2,7 +2,7 @@
########################################################################
# Filename : Tablelamp.py
# Description : a DIY MINI table lamp
# auther : www.freenove.com
# Author : www.freenove.com
# modification: 2019/12/28
########################################################################
import RPi.GPIO as GPIO
@@ -2,7 +2,7 @@
########################################################################
# Filename : LightWater.py
# Description : Use LEDBar Graph(10 LED)
# auther : www.freenove.com
# Author : www.freenove.com
# modification: 2019/12/28
########################################################################
import RPi.GPIO as GPIO
+1 -1
View File
@@ -2,7 +2,7 @@
########################################################################
# Filename : Doorbell.py
# Description : Make doorbell with buzzer and button
# auther : www.freenove.com
# Author : www.freenove.com
# modification: 2019/12/28
########################################################################
import RPi.GPIO as GPIO
@@ -2,7 +2,7 @@
#############################################################################
# Filename : LEDMatrix.py
# Description : Control LEDMatrix with 74HC595
# auther : www.freenove.com
# Author : www.freenove.com
# modification: 2019/12/28
########################################################################
import RPi.GPIO as GPIO
+1 -1
View File
@@ -2,7 +2,7 @@
########################################################################
# Filename : SenseLED.py
# Description : Control led with infrared Motion sensor.
# auther : www.freenove.com
# Author : www.freenove.com
# modification: 2019/12/28
########################################################################
import RPi.GPIO as GPIO
@@ -2,7 +2,7 @@
########################################################################
# Filename : UltrasonicRanging.py
# Description : Get distance via UltrasonicRanging sensor
# auther : www.freenove.com
# Author : www.freenove.com
# modification: 2019/12/28
########################################################################
import RPi.GPIO as GPIO
@@ -2,7 +2,7 @@
########################################################################
# Filename : MPU6050RAW.py
# Description : Read data of MPU6050.
# auther : www.freenove.com
# Author : www.freenove.com
# modification: 2019/12/28
########################################################################
import MPU6050
@@ -2,7 +2,7 @@
#############################################################################
# Filename : LightWater03.py
# Description : Control LED with 74HC595 on the DIY circuit board
# auther : www.freenove.com
# Author : www.freenove.com
# modification: 2019/12/28
########################################################################
import RPi.GPIO as GPIO