Offten I will get handed a PDF of something like this
#define PMC_STATUS_5V_ABOVE_POWERON 0x0001
#define PMC_STATUS_5V_ABOVE_BROWNOUT 0x0002
#define PMC_STATUS_12V_ABOVE_POWERON 0x0004
#define PMC_STATUS_12V_ABOVE_BROWNOUT 0x0008
#define PMC_STATUS_U31_PG 0x0010
#define PMC_STATUS_U30_PG 0x0020
#define PMC_STATUS_3P3_PG 0x0040
#define PMC_STATUS_USB_RESUME 0x0080
#define PMC_STATUS_U31_DCDC1_PG 0x0100
#define PMC_STATUS_U31_DCDC2_PG 0x0200
#define PMC_STATUS_U31_LDO3_PG 0x0400
I want a simple way to impor this into labview and doe bitampping besides this
which seems like a very messy solution to a thing that is very easy to do in every other language.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has not received any kudos within a year after posting will be automatically declined.