BusRepeater_NXP_Arduino 1.0.1
Temperature sensor device operation sample code for Arduino
|
#include <PCA9617ADP_ARD_LDO.h>
Public Types | |
enum | voltages { v1_8 , v2_5 , v3_3 , v4_96 , v0_8 , VOLTAGES } |
Public Member Functions | |
LDO1 () | |
float | voltage (void) |
![]() | |
LDO_control (int s0, int s1, int en) | |
void | set (int v) |
Private Types | |
enum | pin_num { EN_B = 3 , S1 , S0 } |
Static Private Attributes | |
static float | voltage_values [VOLTAGES] = { 1.8, 2.5, 3.3, 4.96, 0.8 } |
Additional Inherited Members | |
![]() | |
int | _settting |
LDO1 class
LDO1 class is for making instance of control LDO1
Definition at line 46 of file PCA9617ADP_ARD_LDO.h.
|
private |
Enumerator | |
---|---|
EN_B | |
S1 | |
S0 |
Definition at line 63 of file PCA9617ADP_ARD_LDO.h.
enum LDO1::voltages |
Enumerator | |
---|---|
v1_8 | |
v2_5 | |
v3_3 | |
v4_96 | |
v0_8 | |
VOLTAGES |
Definition at line 53 of file PCA9617ADP_ARD_LDO.h.
LDO1::LDO1 | ( | ) |
Definition at line 31 of file PCA9617ADP_ARD_LDO.cpp.
|
virtual |
Implements LDO_control.
Definition at line 21 of file PCA9617ADP_ARD_LDO.cpp.
|
staticprivate |
Definition at line 34 of file PCA9617ADP_ARD_LDO.h.
Referenced by voltage().