code for water flow sensor

Status
Not open for further replies.
....I tried your hand but still doesn't work can you fix it for me

select all, cut and copy all the content of the Message windows
(result of compiling) and show us...

what means , not works ?
give details ..
 

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: 94
Last edited:

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…