Skip to content

Commit

Permalink
Remove soligen2010 references in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Sep 30, 2024
1 parent 7487e3b commit c65d3a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/sensors/CampbellOBS3.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* These are used for the Campbell Scientific OBS-3+.
*
* This depends on the soligen2010 fork of the Adafruit ADS1015 library.
* This depends on the Adafruit ADS1X15 v2.x library
*/
/* clang-format off */
/**
Expand Down Expand Up @@ -108,7 +108,7 @@
/**
* @anchor sensor_obs3_config
* @name Configuration Defines
* Defines to help configure the address of the ADD used by the Campbell OBS3+
* Defines to set the address of the ADD.
*/
/**@{*/
/// @brief The assumed address of the ADS1115, 1001 000 (ADDR = GND)
Expand Down
2 changes: 1 addition & 1 deletion src/sensors/TIADS1x15.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* is a multiplier allowed for a voltage divider between the raw voltage and the
* ADS.
*
* This depends on the soligen2010 fork of the Adafruit ADS1015 library.
* This depends on the Adafruit ADS1X15 v2.x library
*/
/* clang-format off */
/**
Expand Down
2 changes: 1 addition & 1 deletion src/sensors/TurnerCyclops.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* These are used for the Turner Scientific Cyclops-7F.
*
* This depends on the soligen2010 fork of the Adafruit ADS1015 library.
* This depends on the Adafruit ADS1X15 v2.x library
*/
/* clang-format off */
/**
Expand Down

0 comments on commit c65d3a8

Please sign in to comment.