diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-11 06:13:27 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-11 06:13:27 +0100 |
commit | 7864c3d33ec00fe43ed0ed99bb6aea4d688b3e42 (patch) | |
tree | 2f259d8d59fe489043a6440b50854c743bf1bc31 /src/lib.rs | |
parent | e8a9f188fab6e4c4a4742718ae5032ab7717a747 (diff) | |
download | ads1x1x-async-7864c3d33ec00fe43ed0ed99bb6aea4d688b3e42.tar.gz ads1x1x-async-7864c3d33ec00fe43ed0ed99bb6aea4d688b3e42.tar.xz ads1x1x-async-7864c3d33ec00fe43ed0ed99bb6aea4d688b3e42.zip |
Add support for ADS1015 and ADS1115 devices
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -297,6 +297,8 @@ mod private { impl Sealed for ic::Ads1113 {} impl Sealed for ic::Ads1014 {} impl Sealed for ic::Ads1114 {} + impl Sealed for ic::Ads1015 {} + impl Sealed for ic::Ads1115 {} } #[cfg(test)] |