Adafruit_Learning_System_Gu.../CircuitPython_Made_Easy_On_CPX
Dorota 7fcaf09402
Update cpx_red_led.py (and guidelines)
Then we have something new: a while statement. while True: essentially means, "Forever do:". while True: creates a loop. When there is a loop, the code will forever go through the code inside the loop. All code that is indented under while True: is "inside" the loop.
2018-12-09 19:38:58 +01:00
..
cpx_acceleration.py
cpx_acceleration_neopixels.py
cpx_button_a.py
cpx_button_b.py
cpx_buttons_1_neopixel.py
cpx_buttons_neopixels.py
cpx_light.py
cpx_light_neopixels.py
cpx_light_plotter.py
cpx_neopixel_0.py
cpx_neopixel_0_1.py
cpx_neopixels_fill.py
cpx_play_file.py
cpx_play_file_buttons.py
cpx_play_tone.py
cpx_play_tone_buttons.py
cpx_red_led.py
cpx_red_led_blinky.py
cpx_red_led_blnky_short.py
cpx_shake.py
cpx_shake_threshold_red_led.py
cpx_slide_switch.py
cpx_slide_switch_red_led.py
cpx_slide_switch_red_led_short.py
cpx_sound_meter.py
cpx_start_stop_tone.py
cpx_tap.py
cpx_tap_red_led.py
cpx_tap_single_double.py
cpx_temperature_neopixels.py
cpx_temperture.py
cpx_temperture_C_F.py
cpx_temperture_plotter.py
cpx_touch_a1.py
cpx_touch_all.py
cpx_touch_fill_rainbow.py
cpx_touch_pixel_rainbow.py