Commit graph

18 commits

Author SHA1 Message Date
Diego Elio Pettenò
dd7b4fffc4 Apply SPDX copyright and license headers in compliance with REUSE.
The REUSE specifications[1] are meant to make it explicit and easier to
apply code licensing information for a project. The provided lint tool
makes it easy to ensure all the content (code and not code) is tagged.

Important notes:

 * All the code (and documentation) that otherwise didn't have an explicit
   license headers have been tagged with ladyada's copyright as per the
   LICENSE file.
 * favicon.ico and CODE_OF_CONDUCT.md have been synced from the
   source-of-truth repositories.
 * All configuration files have been tagged with ladyada's copyright and
   Unlicense[2]. The current REUSE recommendation is to use CC0-1.0, but
   that has… side effects. There's some discussion in [3] about the
   recommendation for likely-uncopyrightable files (such as configuration
   files).

[1]: https://reuse.software/
[2]: https://unlicense.org/
[3]: https://github.com/fsfe/reuse-docs/issues/62
2020-05-30 10:36:49 +01:00
dherrada
d387561329 Ran black, updated to pylint 2.x 2020-03-16 15:56:34 -04:00
brentru
d21b70993a add an externally defined rgbled status_led to _wifimanager 2019-06-11 10:32:35 -04:00
brentru
24b566be28 update to use # comments instead of block comments 2019-04-25 12:52:32 -04:00
brentru
848777af3e default to predefined pins, make external pin def optional 2019-04-25 12:46:02 -04:00
brentru
4e48e69aeb update aio post with similar predef for external pins 2019-04-25 12:43:31 -04:00
brentru
952b38b5b2 fix redefined pins 2019-04-25 12:41:56 -04:00
brentru
1b26dc6e4c remove aio post from the pr... 2019-04-25 12:40:10 -04:00
brentru
db1d32d431 flip which is predefined... 2019-04-25 12:32:24 -04:00
Jerry Needell
cdbc36088a fix esp32spi_aio_post.py -- remove bytes() 2019-03-15 16:18:53 -04:00
Melissa LeBlanc-Williams
d1a3a4281f Abstracted Status Pixel to make DotStar usable 2019-02-26 09:59:47 -08:00
ladyada
a0a711e61e secrety 2019-02-23 21:30:20 -05:00
ladyada
8993519f09 lint 2019-02-23 17:32:50 -05:00
ladyada
1434532c71 update settings to secrets 2019-02-23 17:23:51 -05:00
Melissa LeBlanc-Williams
b878f96583 Removed attempt code from get/post. Examples reset. 2019-02-19 08:49:42 -08:00
Melissa LeBlanc-Williams
bdb6433497 WiFi manager done and examples updated 2019-02-14 17:48:40 -08:00
Jerry Needell
7a83bb2655 rename setting.py to esp32_settings.py 2019-02-13 10:59:15 -05:00
Jerry Needell
6b727e8353 add aio post and cheerlights examples 2019-02-13 07:39:26 -05:00