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
Cedar Grove Maker Studios
f6c49922a9
update docs
2022-09-14 12:48:44 -07:00
Cedar Grove Maker Studios
d149c21a6c
update docs
2022-09-14 12:44:38 -07:00
Cedar Grove Maker Studios
c10aeea43c
Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPython_NAU7802
2022-09-14 12:41:52 -07:00
Cedar Grove Maker Studios
7f7fde0527
update docs
2022-09-14 12:41:45 -07:00
Cedar Grove Maker Studios
7756ad270f
update docs
2022-09-14 12:39:51 -07:00
Cedar Grove Maker Studios
5684cc2b89
Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPython_NAU7802
2022-09-14 12:32:56 -07:00
Cedar Grove Maker Studios
c103e35cad
update docs
2022-09-14 12:32:41 -07:00
Cedar Grove Maker Studios
e5e9368720
update docs
2022-09-09 21:14:04 -07:00
Cedar Grove Maker Studios
b5e597e6c1
update docs
2022-09-09 21:09:01 -07:00
Cedar Grove Maker Studios
4d8fc4ee95
update docs
2022-09-09 21:01:24 -07:00
Cedar Grove Maker Studios
54eff35c1a
fix build badge
2022-09-07 20:21:49 -07:00
Cedar Grove Maker Studios
4b217337af
Update LICENSE
2022-09-02 10:59:32 -07:00