Search:

Type: Posts; User: TommyBoy

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    2,815

    Thanks for your help MK...

    Thanks for your help MK...
  2. Replies
    12
    Views
    2,815

    Code tag box wasn't there, thanks for your...

    Code tag box wasn't there, thanks for your concern Ace.
  3. Replies
    12
    Views
    2,815

    latest progress

    does this look any better?


    function ReadPot()
    {
    int i;
    i = output;
    for(i;i<=charge;i++){

    if(i>=1290){
  4. Replies
    12
    Views
    2,815

    almost there.... please help

    How do I incorporate an if/then into this to print a warning messege when a specified value is reached on the potentiometer.

    int ReadPot()
    {

    int i;

    pin = output; pin = l;
    for (i = 0; i...
  5. Replies
    1
    Views
    2,525

    Reading Potentiometer

    I need help writing a C program using the Can Lin 3 demo board that reads the potentiometer. Does anyone have examples?
  6. Replies
    2
    Views
    2,360

    Sorry, Reading the POT

    Sorry, Reading the POT
  7. Replies
    2
    Views
    2,360

    Help with writing a program in CanKing

    I am currently working on a C program using the Can Lin 3 demo board that uses the potentiometer incorporated with the display screen. The program would display a warning to the lcd screen when the...
Results 1 to 7 of 7