Adafruit_Learning_System_Gu.../CircuitPython_Made_Easy_On_CPX
Jeff Epler 32fe87b945 Remove UTF-8 "byte order mark" from Python files
These confuse CircuitPython_Library_Screenshot_Maker.

The diff may not show usefully on github, but the byte sequence
`b"\xef\xbb\xbf"` is removed from the beginning of each file.

Standard Python, and probably CircuitPython, is not affected by this,
but `findimports` does not know how to handle it.
2021-04-30 13:29:50 -05:00
..
cpx_acceleration.py Initial commit of code for CP Made Easy guide 2018-05-23 16:27:57 -04:00
cpx_acceleration_neopixels.py Removed time from accel neopixel example 2018-05-30 16:24:42 -04:00
cpx_button_a.py Updated and added more button code 2018-05-27 18:29:22 -04:00
cpx_button_b.py Initial commit of code for CP Made Easy guide 2018-05-23 16:27:57 -04:00
cpx_buttons_1_neopixel.py Remove UTF-8 "byte order mark" from Python files 2021-04-30 13:29:50 -05:00
cpx_buttons_neopixels.py Remove UTF-8 "byte order mark" from Python files 2021-04-30 13:29:50 -05:00
cpx_light.py Updated Lux to light 2018-06-05 17:03:04 -04:00
cpx_light_neopixels.py Updated and added new code 2018-05-24 17:35:41 -04:00
cpx_light_plotter.py Updated Lux to light 2018-06-05 17:03:04 -04:00
cpx_neopixel_0.py One pixel two pixel red pixel blue pixel 2018-05-25 16:13:28 -04:00
cpx_neopixel_0_1.py Fixed pixel number 2018-06-01 21:42:48 -04:00
cpx_neopixels_fill.py Initial commit of code for CP Made Easy guide 2018-05-23 16:27:57 -04:00
cpx_play_file.py Updated filename to match Learn system media upload change 2018-05-31 22:19:35 -04:00
cpx_play_file_buttons.py Updated filename to match Learn system media upload change 2018-05-31 22:19:35 -04:00
cpx_play_tone.py Initial commit of code for CP Made Easy guide 2018-05-23 16:27:57 -04:00
cpx_play_tone_buttons.py Added play tone button code, updated sound meter 2018-05-31 17:35:47 -04:00
cpx_red_led.py Update cpx_red_led.py (and guidelines) 2018-12-09 19:38:58 +01:00
cpx_red_led_blinky.py Added simple red LED code, renamed blinky 2018-05-23 17:10:00 -04:00
cpx_red_led_blnky_short.py Added simple red LED code, renamed blinky 2018-05-23 17:10:00 -04:00
cpx_shake.py Initial commit of code for CP Made Easy guide 2018-05-23 16:27:57 -04:00
cpx_shake_threshold_red_led.py Updated to include else 2018-05-28 18:57:56 -04:00
cpx_slide_switch.py Added delay to code to resolve issue. 2018-08-10 20:09:06 -04:00
cpx_slide_switch_red_led.py Updated and added new code 2018-05-24 17:35:41 -04:00
cpx_slide_switch_red_led_short.py Adding short version of switch/red_led 2018-05-24 17:43:41 -04:00
cpx_sound_meter.py Update to comment wording 2018-05-31 17:53:37 -04:00
cpx_start_stop_tone.py linting update 2018-05-23 16:42:54 -04:00
cpx_tap.py Changed print in tap code 2018-05-24 19:52:42 -04:00
cpx_tap_red_led.py Changed print in tap code 2018-05-24 19:52:42 -04:00
cpx_tap_single_double.py Added red LED to single-double tap code. 2018-05-28 15:17:16 -04:00
cpx_temperature_neopixels.py Updated and added new code 2018-05-24 17:35:41 -04:00
cpx_temperture.py Created separate file for temp in F 2018-05-28 14:36:15 -04:00
cpx_temperture_C_F.py Created separate file for temp in F 2018-05-28 14:36:15 -04:00
cpx_temperture_plotter.py Remove UTF-8 "byte order mark" from Python files 2021-04-30 13:29:50 -05:00
cpx_touch_a1.py Initial commit of code for CP Made Easy guide 2018-05-23 16:27:57 -04:00
cpx_touch_all.py linting update 2018-05-23 16:42:54 -04:00
cpx_touch_fill_rainbow.py linting update 2018-05-23 16:42:54 -04:00
cpx_touch_pixel_rainbow.py Initial commit of code for CP Made Easy guide 2018-05-23 16:27:57 -04:00