Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/olkal/HX711_ADC
Browse files Browse the repository at this point in the history
  • Loading branch information
olkal committed Nov 21, 2019
2 parents e50fd26 + d8c661a commit 85bccf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Selectable values in the config.h file:
- Moving average data set of 1, 2, 4, 8, 16, 32, 64 or 128 samples (default:16).
- Ignore high outlier; one sample is added to the data set, the peak high value of all samples in the data set is ignored (default:1)
- Ignore low outlier; one sample is added to the data set, the peak low value of all samples in the data set is ignored (default:1)
- Enable delay for writing to sck pin. Could be required for faster mcu's
- Disable interrupts when sck pin is high. This could be required to avoid "power down mode" if you have some other time consuming (>60µs) interrupt routines running
- Enable delay for writing to sck pin. Could be required for faster mcu's (default: no delay)
- Disable interrupts when sck pin is high. This could be required to avoid "power down mode" if you have some other time consuming (>60µs) interrupt routines running (default: interrupts enabled)

Caution: using a high number of samples will smooth the output value nicely but will also increase settling time and start-up/tare time (but not response time). It will also eat some memory.

Expand Down

0 comments on commit 85bccf8

Please sign in to comment.