Skip to content

Commit

Permalink
add readNoPulse for Serial interface
Browse files Browse the repository at this point in the history
  • Loading branch information
leollo98 authored Jan 30, 2025
1 parent 2881c95 commit 012a9ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AD7606.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ class AD7606_Serial : public AD7606
AD7606_Serial(int DB7, int DB8, int RD, int CS, int CONVSTA, int CONVSTB, int BUSY, int RESET,int OS0,int OS1,int OS2,int RANGE); // Constructor for serial communication
void read(int16_t *); // Read raw values from ADC
void read(int16_t *,uint8_t ); // Read raw values from ADC
void readNoPulse(int16_t *); // Read raw values from ADC
void readNoPulse(int16_t *,uint8_t ); // Read raw values from ADC
};

class AD7606_8080 : public AD7606
Expand Down

0 comments on commit 012a9ae

Please sign in to comment.