Anne Barela
1451fa585a
Merge pull request #2047 from adafruit/spdx-24
...
Added SPDX to 30 more files - spdx-24
2022-02-23 14:40:56 -05:00
Eva Herrada
344f59f188
Merge pull request #2046 from adafruit/spdx-23
...
Added SPDX to 30 more files - spdx-23
2022-02-23 14:24:19 -05:00
dherrada
c4907bf0e1
Added SPDX to 30 more files - spdx-24
2022-02-22 15:44:46 -05:00
dherrada
e43a7709f7
Added SPDX to 30 more files - spdx-23
2022-02-22 15:41:40 -05:00
dherrada
e1f3bfe2a5
Added SPDX to 30 more files - spdx-22
2022-02-22 15:38:21 -05:00
dherrada
fe3a245660
Linted
2021-08-20 13:46:30 -04:00
dherrada
a8f4eec7be
PR 8 - Renamed 63 more files
2021-08-19 16:01:34 -04:00
a426be25e1
Add 141 skip files
...
Each skip file has been populated with the pylint errors I actually got locally
when checking the file.
2021-08-11 14:02:31 -05:00
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
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
Kattni
c69a1813be
Added delay to code to resolve issue.
2018-08-10 20:09:06 -04:00
Kattni Rembor
e7ad5ca26c
Updated Lux to light
2018-06-05 17:03:04 -04:00
Kattni Rembor
53e080d6d2
Updated to work correctly with plotter
2018-06-03 17:16:23 -04:00
Kattni Rembor
cbf3e7b40d
Fixed pixel number
2018-06-01 21:42:48 -04:00
Kattni Rembor
276df8c66d
Updated filename to match Learn system media upload change
...
The file name originally had a space in it (it shipped on CPX
when CPX shipped with CircuitPython). When uploaded to the Learn
System via "media", the system automatically replaced the space
with an underscore rendering the code incorrect. Updated code to
to match Learn system upload.
2018-05-31 22:19:35 -04:00
Kattni Rembor
583b74d658
Added play_file code
2018-05-31 21:25:43 -04:00
Kattni Rembor
1f84e6d214
Update to comment wording
2018-05-31 17:53:37 -04:00
Kattni Rembor
fee60e2c20
Formatting updates
2018-05-31 17:51:47 -04:00
Kattni Rembor
6b2d8d50ec
reverted sound meter
2018-05-31 17:38:25 -04:00
Kattni Rembor
1303d5384c
Added play tone button code, updated sound meter
2018-05-31 17:35:47 -04:00
Kattni Rembor
4760bfb0f9
Removed time from accel neopixel example
2018-05-30 16:24:42 -04:00
Kattni Rembor
6a753554d4
Updated to include else
2018-05-28 18:57:56 -04:00
Kattni Rembor
038de5ea29
Added shake threshold code
2018-05-28 18:07:16 -04:00
Kattni Rembor
b4879da5ec
Added red LED to single-double tap code.
2018-05-28 15:17:16 -04:00
Kattni Rembor
ee27dc9f7c
Created separate file for temp in F
2018-05-28 14:36:15 -04:00
Kattni Rembor
8ccede7ce4
Moved plotter code into separate files
2018-05-28 14:23:00 -04:00
Kattni Rembor
306ca74c94
Updated and added more button code
2018-05-27 18:29:22 -04:00
Kattni Rembor
7bae534fa7
One pixel two pixel red pixel blue pixel
2018-05-25 16:13:28 -04:00
Kattni Rembor
4f198a5558
Changed print in tap code
2018-05-24 19:52:42 -04:00
Kattni Rembor
ee57b4f5ff
Added tap code
2018-05-24 18:41:54 -04:00
Kattni Rembor
55ae30cb40
Adding short version of switch/red_led
2018-05-24 17:43:41 -04:00
Kattni Rembor
4f00b479c8
Updated and added new code
2018-05-24 17:35:41 -04:00
Kattni Rembor
b6c39cd1f2
Added simple red LED code, renamed blinky
2018-05-23 17:10:00 -04:00
Kattni Rembor
67c2a02bbd
linting update
2018-05-23 16:42:54 -04:00
Kattni Rembor
c49b0d0369
Initial commit of code for CP Made Easy guide
2018-05-23 16:27:57 -04:00