seunatoki
Newbie level 6
- Joined
- Jan 3, 2014
- Messages
- 13
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 87
Hi All,
Please, how can I set my pic16f88 to read current sampling and voltage sampling in my boost converter ?
I write in Hitec C and this is how I wrote it below
TRISA = 0xFF;
I = RA0;
V = RA1;
Is there any other way to do this ?
Thanks.
Please, how can I set my pic16f88 to read current sampling and voltage sampling in my boost converter ?
I write in Hitec C and this is how I wrote it below
TRISA = 0xFF;
I = RA0;
V = RA1;
Is there any other way to do this ?
Thanks.