This is a library for the Texas Instruments PGA112

Revision:
1:b3fee6ce395f
Parent:
0:4cb6d8393e9d
--- a/PGA122_Driver.h	Mon Jan 21 19:00:25 2019 +0000
+++ b/PGA122_Driver.h	Mon Jan 21 19:04:18 2019 +0000
@@ -42,12 +42,12 @@
   */
   void set_gain(int gain_set);
   /** Sets the channel selection
-  *  CAL_1     0xC // Channel 12  GND
-  *  CAL_2     0xD // Channel 13  0.9*Vcal
-  *  CAL_3     0xE // Channel 14  0.1*Vcal
-  *  CAL_4     0xF // Channel 15  Vref (2.5000 volts)
-  *  VCAL_CH0  0x0 // channel 0   Vcal (5.0000 volts)
-  *  CH_1      0x1 // channel 1
+  *  - CAL_1     0xC // Channel 12  GND
+  *  - CAL_2     0xD // Channel 13  0.9*Vcal
+  *  - CAL_3     0xE // Channel 14  0.1*Vcal
+  *  - CAL_4     0xF // Channel 15  Vref (2.5000 volts)
+  *  - VCAL_CH0  0x0 // channel 0   Vcal (5.0000 volts)
+  *  - CH_1      0x1 // channel 1
   *
   * @param channel_set the channel you want to select. See above table for values
   */