/*
Copyright 2018 Massdrop Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// ISII3733 Registers
// PG3: Configuration Register: Synchronize Configuration
// PG3: Configuration Register: Open/Short Detection Enable Bit
//#define ISSI3733_CR_OSD_DISABLE 0x00 //Disable open/short detection
// PG3: Configuration Register: Auto Breath Enable
//#define ISSI3733_CR_B_EN_PWM 0x00 //PWM Mode Enable
// PG3: Configuration Register: Software Shutdown Control
//#define ISSI3733_CR_SSD_SHUTDOWN 0x00 //Software shutdown
// 1 Byte, Iout = (GCC / 256) * (840 / Rext)
// TODO: Give user define for Rext
// PG3: Auto Breath Control Register 1
// Rise time
// Max value time
// PG3: Auto Breath Control Register 2
// Fall time
// Min value time
// PG3: Auto Breath Control Register 3
// Loop Begin
// Loop End
// PG3: Auto Breath Control Register 4
// Or 8bit loop times
// PG3: Time Update Register
// PG3: SWy Pull-Up Resistor Selection Register
// PG3: CSx Pull-Down Resistor Selection Register
// PG3: Reset Register
//_ISSI3733_DRIVER_H_