Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LMP91000.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const uint8_t LMP91000_WRITE_UNLOCK=0x00;

const uint8_t LMP91000_NOT_PRESENT=0xA8; // arbitrary library status code

const double TIA_GAIN[] = {2750,3500,7000,14000,35000,120000,350000};
const double TIA_GAIN[] = {0,2750,3500,7000,14000,35000,120000,350000};
const double TIA_BIAS[] = {0, 0.01, 0.02, 0.04, 0.06, 0.08, 0.1, 0.12, 0.14,
0.16, 0.18, 0.2, 0.22, 0.24};
const uint8_t NUM_TIA_BIAS = 14;
Expand Down