Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sunfounder Super Kit Python code for Raspberry Pi

website:
Website:
www.sunfounder.com

E-mail:
Expand All @@ -10,27 +10,28 @@ E-mail:
- [**pimorse**](https://github.com/gabolander/pimorse) Raspberry Pi Morse code generater from [Gabriele Zappi](https://github.com/gabolander) Run command `git submodule update --init` to clone the pymorse submodule, or else, it will be empty.

----------
###2016/01/13 update

### 2016/01/13 update
Summery:
- Fix a bug on 05_rgb.py
- Fix a bug on `05_rgb.py`

Details:
- Thanks for zygotine(We don't have his/her name, it's from his/her email address), fix the setColor function.
- Thanks for zygotine (We don't have his/her name, it's from his/her email address), fix the setColor function.


###2015/12/28 update
Summery:
- Remove 01_led_1.py
- Rename 01_led_2.py to 01_led.py
- Remove 02_btnAndLed_1.py
- Rename 02_btnAndLed_2.py to 02_btnAndLed.py
- Rearrange 04_pwmLed.py
### 2015/12/28 update
Summary:
- Remove `01_led_1.py`
- Rename `01_led_2.py` to `01_led.py`
- Remove `02_btnAndLed_1.py`
- Rename `02_btnAndLed_2.py` to `02_btnAndLed.py`
- Rearrange `04_pwmLed.py`

Details:
- For `01_led_1.py` and `01_led_2.py`, they are the same but with different coding structions. we remove the _1 and remane the _2 for the simillar struction. (Also see `02_btnAndLed_1.py` and `02_btnAndLed_2.py`)
- For 04_pwmLed.py, we rearrange the structions also for the simillar struction.
- For `04_pwmLed.py`, we rearrange the structions also for the simillar struction.

###2015/06/12 update
### 2015/06/12 update
For 13_lcd1602: fix some bug for some Raspberry Pi B+.
- Change pins:
- RS =====> 27
Expand Down