Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: ADS1100.cpp
- Revision:
- 5:687975ef50d2
- Parent:
- 4:25de15d742ba
- Child:
- 6:160ba0125b18
--- a/ADS1100.cpp Sun Jul 15 07:27:35 2018 +0000 +++ b/ADS1100.cpp Fri Aug 03 04:29:57 2018 +0000 @@ -20,7 +20,7 @@ config.bit.RE=0; // must be 0 config.bit.SC=0; // continuous mode config.bit.DR=3; // 8SPS - config.bit.PGA=1; // 2倍 GAIN + config.bit.PGA=0; // 1倍 GAIN buf[0] = config.UC;