code for water flow sensor

Status
Not open for further replies.
hello,

you are using CCS compiler ! ... my code is for MikroC compiler
so needs some adjustement to be compliant.

if TAB causes problem .. you can write
#define Toto 9

UART_Write(Toto);
or direct write
UART_Write(9);
 

Attachments

  • problemo.jpg
    34 KB · Views: 106
Last edited:

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…