R
rezaf
Guest
Hej, hvordan kan jeg give særskilt navn til hvert ben, i stedet for at gentage den adresse (i C sprog og i mikroC pro for PIC compiler)? for eksempel LED1 = 1, i stedet for PORTB0_bit = 1;.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
# define tx_l RB7_bit; void stop () {tx_l = 1; UART1_Write (0x53); tx_l = 0;} void main () {}
# define tx_l RB7_bit;
void stop ( ) {RB7_bit; = 1; UART1_Write (0x53), RB7_bit, = 0;} void main () {}