Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
Hello.,
I need an code in which it displays 1 or o in oscilloscope using if statement ,if gpio pin is 44 it should display 1 in oscilloscope in wave and for pin 49 it should display 0.,the number should be dynamic depends on the user.i am using code composer studio to build the code
Example:
If(GPIO44=0){
{
GPIO=1
}
if(GPIo49=1)
{
GPIO = 0
}