HELP !!! How change the voltage of a pin ????
Hi all . . .
I know where the COMMAND HIGH change the especific pin a 5.0 v . . ok thats fine
But i need change this voltage . . . 0 to 5.0 v
How i make this ? How i change the voltage of especific pin ?
Example :
var_voltage = 3.5
SET PORTA.0 = 3.5
i dont know the code for this.
Can you help me ?
Thanks.
MicroChip to MicroChip I2M
Allow me to recommend MCP4921 DAC for easier and less complex control.
======================
Check sine function & frequency out function
Hi,
One of PBP build in maths functions is sine.
This mean PIC pin can generate time dependent voltage.
So by means of software pwm(***pbp build in function) technique you can get any analog volt between 0 volt and 5 volt.
To get smooth voltage you should use passive low pass filter.(R & C series )