├── LICENSE ├── README.md ├── demo_code ├── Project_1_LED_Blinking.py ├── Project_2_Water_flowing_LED.py ├── Project_3_Control_Servo_via_PWM.py ├── Project_4_Display_CPU_Temperature_by_using_LCD1602_Display_module.py ├── Project_5_Motion_detect_by_using_PIR_sensor.py ├── Project_6_Light_up_WS2812_Light_ring.py ├── Project_7_Music_buzzer.py └── Project_8_8x8_MAX7219_matrix_display_CPU_Temperature.py ├── frizting_sketch ├── Project 1 Blinking LED.fzz ├── Project 2 Water flowing LED.fzz ├── Project 3 Control Servo via PWM.fzz ├── Project 4 Display CPU Temperature by using LCD1602 Display module.fzz ├── Project 5 Motion detect by using PIR motion Sensor .fzz ├── Project 6 How to Light up neopixels Ring .fzz └── Project 7 Music Buzzer.fzz ├── images ├── Project 1 Blinking LED.png ├── Project 2 water flowing LED.png ├── Project 3 Control Servo via PWM.png ├── Project 4 Display CPU Temperature by Using LCD1602 Display Module.png ├── Project 5 Motion detect by using PIR Motion Sensor.png ├── Project 6 How to Light up WS2812 Light Ring.png └── Project 7 Music Buzzer.png └── lib ├── buzzer_music.py ├── lcd_api.py ├── machine_i2c_lcd.py └── max7219.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/README.md -------------------------------------------------------------------------------- /demo_code/Project_1_LED_Blinking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/demo_code/Project_1_LED_Blinking.py -------------------------------------------------------------------------------- /demo_code/Project_2_Water_flowing_LED.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/demo_code/Project_2_Water_flowing_LED.py -------------------------------------------------------------------------------- /demo_code/Project_3_Control_Servo_via_PWM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/demo_code/Project_3_Control_Servo_via_PWM.py -------------------------------------------------------------------------------- /demo_code/Project_4_Display_CPU_Temperature_by_using_LCD1602_Display_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/demo_code/Project_4_Display_CPU_Temperature_by_using_LCD1602_Display_module.py -------------------------------------------------------------------------------- /demo_code/Project_5_Motion_detect_by_using_PIR_sensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/demo_code/Project_5_Motion_detect_by_using_PIR_sensor.py -------------------------------------------------------------------------------- /demo_code/Project_6_Light_up_WS2812_Light_ring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/demo_code/Project_6_Light_up_WS2812_Light_ring.py -------------------------------------------------------------------------------- /demo_code/Project_7_Music_buzzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/demo_code/Project_7_Music_buzzer.py -------------------------------------------------------------------------------- /demo_code/Project_8_8x8_MAX7219_matrix_display_CPU_Temperature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/demo_code/Project_8_8x8_MAX7219_matrix_display_CPU_Temperature.py -------------------------------------------------------------------------------- /frizting_sketch/Project 1 Blinking LED.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/frizting_sketch/Project 1 Blinking LED.fzz -------------------------------------------------------------------------------- /frizting_sketch/Project 2 Water flowing LED.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/frizting_sketch/Project 2 Water flowing LED.fzz -------------------------------------------------------------------------------- /frizting_sketch/Project 3 Control Servo via PWM.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/frizting_sketch/Project 3 Control Servo via PWM.fzz -------------------------------------------------------------------------------- /frizting_sketch/Project 4 Display CPU Temperature by using LCD1602 Display module.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/frizting_sketch/Project 4 Display CPU Temperature by using LCD1602 Display module.fzz -------------------------------------------------------------------------------- /frizting_sketch/Project 5 Motion detect by using PIR motion Sensor .fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/frizting_sketch/Project 5 Motion detect by using PIR motion Sensor .fzz -------------------------------------------------------------------------------- /frizting_sketch/Project 6 How to Light up neopixels Ring .fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/frizting_sketch/Project 6 How to Light up neopixels Ring .fzz -------------------------------------------------------------------------------- /frizting_sketch/Project 7 Music Buzzer.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/frizting_sketch/Project 7 Music Buzzer.fzz -------------------------------------------------------------------------------- /images/Project 1 Blinking LED.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/images/Project 1 Blinking LED.png -------------------------------------------------------------------------------- /images/Project 2 water flowing LED.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/images/Project 2 water flowing LED.png -------------------------------------------------------------------------------- /images/Project 3 Control Servo via PWM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/images/Project 3 Control Servo via PWM.png -------------------------------------------------------------------------------- /images/Project 4 Display CPU Temperature by Using LCD1602 Display Module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/images/Project 4 Display CPU Temperature by Using LCD1602 Display Module.png -------------------------------------------------------------------------------- /images/Project 5 Motion detect by using PIR Motion Sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/images/Project 5 Motion detect by using PIR Motion Sensor.png -------------------------------------------------------------------------------- /images/Project 6 How to Light up WS2812 Light Ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/images/Project 6 How to Light up WS2812 Light Ring.png -------------------------------------------------------------------------------- /images/Project 7 Music Buzzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/images/Project 7 Music Buzzer.png -------------------------------------------------------------------------------- /lib/buzzer_music.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/lib/buzzer_music.py -------------------------------------------------------------------------------- /lib/lcd_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/lib/lcd_api.py -------------------------------------------------------------------------------- /lib/machine_i2c_lcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/lib/machine_i2c_lcd.py -------------------------------------------------------------------------------- /lib/max7219.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/picokit/HEAD/lib/max7219.py --------------------------------------------------------------------------------