BusRepeater_NXP_Arduino 1.0.1
Temperature sensor device operation sample code for Arduino
|
#include <PCA9617ADP_ARD_LDO.h>
Public Member Functions | |
LDO_control (int s0, int s1, int en) | |
void | set (int v) |
virtual float | voltage (void)=0 |
Protected Attributes | |
int | _settting |
Private Attributes | |
int | _s0 |
int | _s1 |
int | _en |
I2C multiplexer and switch operation library for Arduino
Released under the MIT license License LDO_control class
LDO_control class is base class to control LDO on PCA9617ADP-ARD It controls the LDO output voltage via GPIO pins
Definition at line 24 of file PCA9617ADP_ARD_LDO.h.
LDO_control::LDO_control | ( | int | s0, |
int | s1, | ||
int | en ) |
Definition at line 3 of file PCA9617ADP_ARD_LDO.cpp.
void LDO_control::set | ( | int | v | ) |
Definition at line 10 of file PCA9617ADP_ARD_LDO.cpp.
|
private |
Definition at line 36 of file PCA9617ADP_ARD_LDO.h.
Referenced by LDO_control(), and set().
|
private |
Definition at line 34 of file PCA9617ADP_ARD_LDO.h.
Referenced by LDO_control(), and set().
|
private |
Definition at line 35 of file PCA9617ADP_ARD_LDO.h.
Referenced by LDO_control(), and set().
|
protected |
Definition at line 31 of file PCA9617ADP_ARD_LDO.h.
Referenced by set(), LDO1::voltage(), and LDO2::voltage().