Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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
    problemo.jpg
    34 KB · Views: 70
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top