소스 검색

Renamed gain constants as per Datasheet

pull/50/head
Roudy Dagher 8 년 전
committed by rdagher
부모
커밋
e2867c327f
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. +5
    -5
      wiringPi/ads1115.h

+ 5
- 5
wiringPi/ads1115.h 파일 보기

@@ -26,12 +26,12 @@

// Gain

#define ADS1115_GAIN_6 0
#define ADS1115_GAIN_4 1
#define ADS1115_GAIN_TWO_THIRD 0
#define ADS1115_GAIN_1 1
#define ADS1115_GAIN_2 2
#define ADS1115_GAIN_1 3
#define ADS1115_GAIN_HALF 4
#define ADS1115_GAIN_QUARTER 5
#define ADS1115_GAIN_4 3
#define ADS1115_GAIN_8 4
#define ADS1115_GAIN_16 5

// Data rate



불러오는 중...
취소
저장