Commit graph

166 commits

Author SHA1 Message Date
Scott Shawcroft
718dd1363d
Merge pull request #58 from jepler/fix-example-pio-kwargs
morse example: add missing pio_kwargs to constructor call
2023-07-27 09:08:29 -07:00
38962e7113
morse example: add missing pio_kwargs to constructor call
This appears to be the cause of a user's problems in #55.
2023-07-27 10:22:52 -05:00
Alec Delaney
0d58eb4508
Merge pull request #57 from tekktrik/dev/use-pytest
Switch to pytest for testing
2023-05-26 06:18:07 -07:00
Tekktrik
66db505fc6 Switch to pytest 2023-05-24 12:57:35 -04:00
Tekktrik
fdc9da933d Update .pylintrc, fix jQuery for docs
Signed-off-by: Tekktrik <tekktrik@gmail.com>
2023-05-23 21:10:35 -04:00
Tekktrik
9a18d68660 Update pre-commit hooks
Signed-off-by: Tekktrik <tekktrik@gmail.com>
2023-05-10 15:21:18 -04:00
Alec Delaney
7ff0a91ab0 Add upload url to release action
Signed-off-by: Alec Delaney <89490472+tekktrik@users.noreply.github.com>
2023-01-19 23:48:45 -05:00
Alec Delaney
630b5b2f9f Add .venv to .gitignore
Signed-off-by: Alec Delaney <89490472+tekktrik@users.noreply.github.com>
2022-11-30 19:37:12 -05:00
Alec Delaney
179db15844 Update .pylintrc for v2.15.5 2022-11-04 18:34:33 -04:00
Alec Delaney
1a323f8bb5 Fix release CI files 2022-11-04 09:12:46 -04:00
Alec Delaney
549e65c126 Update pylint to 2.15.5 2022-11-04 08:15:21 -04:00
Alec Delaney
76ddce9378 Updated pylint version to 2.13.0 2022-11-04 00:47:00 -04:00
Alec Delaney
3994f4b234 Switching to composite actions 2022-11-04 00:02:50 -04:00
Dan Halbert
4fe48aea13
Merge pull request #52 from prcutler/issue50-morse-patterns
Fix issue #50 - E is a DIT and T is a DAH
2022-10-04 12:45:05 -04:00
Paul Cutler
5f1285d5d8 Fix issue #50 - E is a DIT and T is a DAH 2022-10-04 11:32:46 -05:00
Alec Delaney
6cd4217524 Use year duration range for copyright attribution 2022-08-23 17:26:22 -04:00
Alec Delaney
dc9d986ce1 Keep copyright up to date in documentation 2022-08-22 21:36:33 -04:00
Alec Delaney
16ca11e918 Fix version strings in workflow files 2022-08-16 21:09:16 -04:00
Alec Delaney
31fabd6150 Update version string 2022-08-16 18:09:15 -04:00
Alec Delaney
fca186158b Add setuptools-scm to build system requirements
Signed-off-by: Alec Delaney <tekktrik@gmail.com>
2022-08-09 13:32:11 -04:00
Alec Delaney
0a0c1f4faf Switched to pyproject.toml 2022-08-08 22:05:55 -04:00
evaherrada
db09380c37
Changed .env to .venv in README.rst 2022-07-22 13:59:10 -04:00
evaherrada
d451e5462f
Added cp.org link to index.rst 2022-06-07 15:34:48 -04:00
Alec Delaney
d8d9e0b63d Set language to "en" for documentation
Signed-off-by: Alec Delaney <tekktrik@gmail.com>
2022-05-30 17:40:59 -04:00
Alec Delaney
cf5dfc211a Increase min lines similarity
Signed-off-by: Alec Delaney <tekktrik@gmail.com>
2022-05-25 19:30:21 -04:00
Alec Delaney
d53adc1205 Patch .pre-commit-config.yaml 2022-05-15 12:49:38 -04:00
Anne Barela
74b6d672d9
Merge pull request #49 from jepler/undo-folder-structure
undo folder structure
2022-05-11 08:51:44 -04:00
f48569464e
undo folder structure
.. as requested by limor during guide review
2022-05-11 07:46:16 -05:00
Scott Shawcroft
b7b41c816c
Merge pull request #48 from jepler/7seg-counter
Simplify first 7-segment example into a counter
2022-05-10 10:45:10 -07:00
c321011de6
get rid of unused variable 2022-05-10 11:31:11 -05:00
3b495653c0
Simplify example into a counter 2022-05-10 09:16:04 -05:00
aa651b1e00
Merge pull request #47 from jepler/example-updates-background
enhance examples
2022-05-09 06:59:24 -05:00
e55ff9b97c
Add 7-segment examples 2022-05-09 06:54:20 -05:00
7e9076dae2
switch bit count from 16 bits to 32 bits, explain how auto_write behaves 2022-05-07 09:47:39 -05:00
082e0a1dc6
enhance examples
Works in conjunction with https://github.com/adafruit/circuitpython/pull/6360

 * get rid of the need for 'filler' in morse demo
 * make neopixels work super fast without explicit byteswapping
2022-05-06 15:45:02 -05:00
56b4872dd0
Merge pull request #46 from jepler/neopixel-match-core
match the latest core code
2022-05-06 10:32:41 -05:00
079fe9e6c5
Fix comments based on review notes 2022-05-06 09:50:37 -05:00
387abbbc4c
Add neopixel background example 2022-05-06 09:47:50 -05:00
3a9a0288b7
match the latest core code 2022-05-06 08:27:58 -05:00
89e2dfa5cd
Merge pull request #45 from jepler/background-morse
add morse code background example
2022-05-05 12:25:31 -06:00
2c391efed0
add morse code background example 2022-05-04 14:44:31 -05:00
64694f75ec
Merge pull request #41 from jepler/pulsegroup
add pulsegroup example
2022-04-26 10:44:03 -05:00
Dan Halbert
f257c4dfce
Merge pull request #42 from jepler/diverse-integers
accept 0x, 0b, 0o literals in most places numbers can be used
2022-04-26 11:29:19 -04:00
c18585e1ba
disable default stagger; use 2.5ms stagger for servos 2022-04-26 09:48:52 -05:00
5429dc1f59
accept 0x, 0b, 0o literals in most places numbers can be used
Closes: #30 (though I don't know what octal syntax is accepted by
official pioasm, we will accept python-style 0o567 not C-style 0567)
2022-04-24 20:06:24 -05:00
foamyguy
2f1af955c6 change discord badge 2022-04-24 14:05:25 -05:00
6c8a16ecef
update for PR in progress 2022-04-23 13:56:58 -05:00
evaherrada
871640f1b8
Patch: Replaced discord badge image 2022-04-22 15:59:08 -04:00
243b52bb41
add pulsegroup example 2022-04-22 14:28:15 -05:00
Eva Herrada
4267cf3f79
Update .gitignore 2022-04-21 18:53:16 -04:00