A sample C program

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cjameswho@hotmail.com

    A sample C program

    I'm tryin to write a code, using a CSM-12C32 microcontroller , to turn
    on and off LED's on the project board using either the pushbuttons or
    dip switches on the MCU project board. I'm also trying to write a
    code to set delay times in between on and off states. Thankyou for
    your time and consideration.

  • Robert Gamble

    #2
    Re: A sample C program

    On Feb 26, 9:53 pm, cjames...@hotma il.com wrote:
    I'm tryin to write a code, using a CSM-12C32 microcontroller , to turn
    on and off LED's on the project board using either the pushbuttons or
    dip switches on the MCU project board. I'm also trying to write a
    code to set delay times in between on and off states. Thankyou for
    your time and consideration.
    Try comp.arch.embed ded.

    Robert Gamble

    Comment

    • Walter Roberson

      #3
      Re: A sample C program

      In article <1172544839.243 160.322570@z35g 2000cwz.googleg roups.com>,
      <cjameswho@hotm ail.comwrote:
      >I'm tryin to write a code, using a CSM-12C32 microcontroller , to turn
      >on and off LED's on the project board using either the pushbuttons or
      >dip switches on the MCU project board. I'm also trying to write a
      >code to set delay times in between on and off states.
      Everything you have mentioned is either hardware or implementation
      specific. The program you propose cannot be done using only
      the facilities defined for portable standard C. You will need to
      consult with a forum that is more hardware or OS specific.
      comp.embedded perhaps.

      --
      I was very young in those days, but I was also rather dim.
      -- Christopher Priest

      Comment

      • Kenny McCormack

        #4
        Re: A sample C program

        In article <1172544839.243 160.322570@z35g 2000cwz.googleg roups.com>,
        <cjameswho@hotm ail.comwrote:
        >I'm tryin to write a code, using a CSM-12C32 microcontroller , to turn
        >on and off LED's on the project board using either the pushbuttons or
        >dip switches on the MCU project board. I'm also trying to write a
        >code to set delay times in between on and off states. Thankyou for
        >your time and consideration.
        Off topic. Not portable. Cant discuss it here. Blah, blah, blah.

        Useful clc-related links:





        Comment

        • CBFalconer

          #5
          Re: A sample C program

          cjameswho@hotma il.com wrote:
          >
          I'm tryin to write a code, using a CSM-12C32 microcontroller , to
          turn on and off LED's on the project board using either the
          pushbuttons or dip switches on the MCU project board. I'm also
          trying to write a code to set delay times in between on and off
          states. Thankyou for your time and consideration.
          Having taken the time to give it my deep consideration, I give you
          permission to continue with the project, and to further discuss it
          on comp.arch.embed ded (where I assume you will ask some sort of
          question). Consider the papers stamped.

          Cross-posted and f'ups set.

          --
          Chuck F (cbfalconer at maineline dot net)
          Available for consulting/temporary embedded and systems.
          <http://cbfalconer.home .att.net>

          Comment

          Working...