foamyguy
fd1a1f4e59
Merge pull request #19 from adafruit/use_ruff
...
change to ruff
2025-05-17 11:48:19 -05:00
foamyguy
efd331301e
update docs conf
2025-05-17 11:43:36 -05:00
foamyguy
db55d4127b
change to ruff
2025-05-14 20:54:15 +00:00
Dan Halbert
dbf17dd54f
Merge pull request #11 from JohnHind/main
...
Add instructions for Blinka Pull
2023-11-28 13:59:08 -05:00
Dan Halbert
f668c62d3f
Merge pull request #10 from semininja/main
...
enable selection of polling rate
2023-11-28 13:53:42 -05:00
JohnHind
ded2c96987
Merge pull request #1 from JohnHind/JohnHind-patch-1
...
Update README.rst
2023-10-30 16:03:50 +00:00
JohnHind
0ec81a4f5b
Update README.rst
...
Add Pip instructions for Blinka
2023-10-30 16:00:56 +00:00
semininja
7c9b45ecb8
forgot a docstring
2023-08-05 23:36:05 -04:00
semininja
926ce61ab3
enable selection of polling rate
2023-08-05 23:30:06 -04:00
Alec Delaney
366845d264
Merge pull request #7 from veleek/patch-1
...
Adding link to adafruit device.
2023-05-22 20:17:23 -04:00
Ben Randall
32abc3e8e0
Adding link to adafruit device.
2023-05-20 14:25:18 -04:00
Kattni
e34ee0a60b
Merge pull request #6 from tekktrik/dev/update
...
Adafruitize
2023-05-17 13:40:57 -04:00
Tekktrik
f2fb9ccd80
Trim whitespace in CoC
2023-05-17 13:29:00 -04:00
Tekktrik
5b9edfe1f5
Update CoC
2023-05-16 23:48:39 -04:00
Tekktrik
79af3b8975
Fix sphinx extension name typo
2023-05-16 23:43:07 -04:00
Tekktrik
aa411e48f5
Add whitespace
2023-05-16 23:36:36 -04:00
Tekktrik
0c1f54d34a
Add sphinx docs folder
2023-05-16 23:35:43 -04:00
Tekktrik
ef124118a4
Update homepage
2023-05-16 23:35:34 -04:00
Tekktrik
06e0c1690f
Use pyproject.toml
2023-05-16 23:23:06 -04:00
Tekktrik
f9cb830724
Added optional requirements file
2023-05-16 23:18:49 -04:00
Tekktrik
e68f04dc92
Added space in license file
2023-05-16 23:18:12 -04:00
Tekktrik
e88218c116
Update CoC
2023-05-16 23:11:11 -04:00
Tekktrik
5ce84065b8
Add RTD config
2023-05-16 23:10:42 -04:00
Tekktrik
f69901a3c0
Specify exception in .pylintrc
2023-05-16 23:03:48 -04:00
Tekktrik
1d9ca5e50a
Update .pre-commit-config.yaml
2023-05-16 23:03:21 -04:00
Tekktrik
5e4fa3569d
Add .venv to .gitignore
2023-05-16 23:01:41 -04:00
Cedar Grove Maker Studios
5f417de942
update docs
2023-03-15 22:14:30 -07:00
Cedar Grove Maker Studios
fca1b3b36c
Merge pull request #3 from tekktrik/dev/update-ci
...
Update CI files
2023-02-06 17:46:16 -08:00
Alec Delaney
d86e973d33
Update CI files
2023-02-06 20:36:12 -05:00
Cedar Grove Maker Studios
9b380e927a
fix pylint error
2023-01-14 12:26:12 -08:00
Cedar Grove Maker Studios
c4e06b1e93
fix channel select data buffer issue
...
clears the data buffer before changing channels to avoid ghosting
adds a timeout counter for the Cycle Ready flag check rather than a fixed settling time delay (improves latency)
2023-01-14 12:04:01 -08:00
Cedar Grove Maker Studios
f873994dae
include default settling time for channel change
2023-01-13 10:38:53 -08:00
Cedar Grove Maker Studios
5ecc5369d1
Update nau7802_simpletest.py
2023-01-13 09:40:36 -08:00
Cedar Grove Maker Studios
a79c0dbe7e
update driver and example; remove clue scale examples
...
reset default sample rate to original 10SPS setting
channel setter now monitors conversion cycle ready status instead of fixed delay
2023-01-13 09:01:40 -08:00
Cedar Grove Maker Studios
b714622b28
Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPython_NAU7802
2023-01-13 08:58:22 -08:00
Cedar Grove Maker Studios
163f50046c
working on simpletest
2023-01-13 08:57:53 -08:00
Cedar Grove Maker Studios
3feda2946d
working on simpletest
2023-01-13 08:57:15 -08:00
Cedar Grove Maker Studios
40d80bb284
working on simpletest...
2023-01-13 08:56:16 -08:00
Cedar Grove Maker Studios
a35515aadb
update driver, example; remove clue scale examples
...
reset default sample rate to 10SPS
channel setter now monitors conversion cycle ready status instead of fixed delay
2023-01-13 08:52:38 -08:00
Cedar Grove Maker Studios
2458e5824d
Fix .available() function call
2023-01-13 01:25:06 -08:00
Cedar Grove Maker Studios
f5dd504638
update pylint to v2.15.5
2023-01-12 23:53:43 -08:00
Cedar Grove Maker Studios
3ad4a9d8c7
increase default ADC conversion rate; update example
...
Increased the default ADC conversion rate from 10 to 20 samples per second to eliminate a racing error where the conversion completion (Cycle Ready) flag wasn't consistently set. The error made it appear that the ADC data wasn't available. Successfully tested conversion rates up to 320 sps. Note: high sample rates are inherently less accurate but may be useful for some applications.
Fixed an error in the simpletest example was causing the example to continuously read the ADC data, ignoring the conversion completion (Cycle Ready) flag.
Both changes are expected to be transparent to all existing applications.
Thank you to @Swicano for discovering the issue in `simpletest` that revealed the timing problem.
2023-01-12 23:48:00 -08:00
Cedar Grove Maker Studios
dfcdcb608b
increase default ADC conversion rate; update example
...
Increased the default ADC conversion rate from 10 to 20 samples per second to eliminate a racing error where the conversion completion (Cycle Ready) flag wasn't consistently set. The error made it appear that the ADC data wasn't available. Successfully tested conversion rates up to 320 sps. Note: high sample rates are inherently less accurate but may be useful for some applications.
Fixed an error in the simpletest example was causing the example to continuously read the ADC data, ignoring the conversion completion (Cycle Ready) flag.
Both changes are expected to be transparent to all existing applications.
2023-01-12 23:16:18 -08:00
Cedar Grove Maker Studios
154d2192e5
Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPython_NAU7802
2022-10-14 13:19:51 -07:00
Cedar Grove Maker Studios
f1ed827df4
fix incorrect cookiecutter repo address insertion
2022-10-14 13:19:49 -07:00
Cedar Grove Maker Studios
fadf4baaeb
Merge pull request #1 from The-Compiler/patch-1
...
Fix circup install command
2022-10-09 09:38:35 -07:00
Florian Bruhin
92ef43d385
Fix circup install command
...
The package seems to be called `cedargrove_nau7802`, not just `nau7802`:
```
WARNING:
nau7802 is not a known CircuitPython library.
```
2022-10-09 15:09:40 +02:00
Cedar Grove Maker Studios
0a4d445d15
update version string
2022-09-16 10:34:52 -07:00
Cedar Grove Maker Studios
9b8f0cdebb
update docs
2022-09-14 12:54:29 -07:00
Cedar Grove Maker Studios
bcb1e0929a
Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPython_NAU7802
2022-09-14 12:48:54 -07:00