Merge pull request #37 from DaniloCadeddu/fix/typo
Fix typo in file description
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
########################################################################
|
||||
# Filename : Hello.py
|
||||
# Description : Print "Hello World!".
|
||||
# auther : www.freenove.com
|
||||
# Author : www.freenove.com
|
||||
# modification: 2019/12/27
|
||||
########################################################################
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user