website: www.sunfounder.com
E-mail: [email protected]
- pimorse Raspberry Pi Morse code generater from Gabriele Zappi Run command
git submodule update --init
to clone the pymorse submodule, or else, it will be empty.
Summery:
- add a Adafruit_ADXL345.py code
- add in the German user manual
Summery:
- change the BOARD naming method to BCM
- change 12_dotMatrix.py to 12_DotMatrix.py
- add a print() in 08_rotaryEncoder.py code
- add in the user manual of this kit
Summery:
- change
#!/usr/bin/env python
to#!/usr/bin/env python3
- add a code 14_ADXL345.py
- fix all the bugs of print function for python3
Summery:
- Fix a bug on 05_rgb.py
Summery:
- 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.
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
Details:
- For
01_led_1.py
and01_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 see02_btnAndLed_1.py
and02_btnAndLed_2.py
) - For 04_pwmLed.py, we rearrange the structions also for the simillar struction.
For 13_lcd1602: fix some bug for some Raspberry Pi B+.
- Change pins:
- RS =====> 27
- EN =====> 22
- D4 =====> 25
- D5 =====> 24
- D6 =====> 23
- D7 =====> 18