summaryrefslogtreecommitdiffstats
path: root/src/devices/construction/i2c.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/construction/i2c.rs')
-rw-r--r--src/devices/construction/i2c.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/construction/i2c.rs b/src/devices/construction/i2c.rs
index d4b1a47..9ef18eb 100644
--- a/src/devices/construction/i2c.rs
+++ b/src/devices/construction/i2c.rs
@@ -41,3 +41,5 @@ impl_new_destroy!(Ads1013, new_ads1013, destroy_ads1013);
impl_new_destroy!(Ads1113, new_ads1113, destroy_ads1113);
impl_new_destroy!(Ads1014, new_ads1014, destroy_ads1014);
impl_new_destroy!(Ads1114, new_ads1114, destroy_ads1114);
+impl_new_destroy!(Ads1015, new_ads1015, destroy_ads1015);
+impl_new_destroy!(Ads1115, new_ads1115, destroy_ads1115);