Search:

Type: Posts; User: Sanglant

Search: Search took 0.00 seconds.

  1. Couldn't you just do something simple without a...

    Couldn't you just do something simple without a function, like:


    #include <stdio.h>

    int main ()
    {
    float average, number, count = -1.0, total = 0.0;

    do {
  2. Replies
    7
    Views
    2,367

    Yes, I've actually come across that site while...

    Yes, I've actually come across that site while researching this chip, but unfortunately, the information is far too technical for me to understand. I was hoping someone could point me in the...
  3. Replies
    7
    Views
    2,367

    Introductory Microcontroller Help

    I am trying to learn how to use C to control PIC16C57 Microcontroller chip that is built into the BASIC Stamp 2. I have a decent, although beginner's yet, understanding of how to write code in C, but...
Results 1 to 3 of 3