Forum: C Jul 22nd, 2009 |
| Replies: 8 Views: 732 a little,
do u mind explaining what i need to declare and what is C code.
things like swd and swEdge, are they things you just made up or actual code. also is ~sw the port that im reading the... |
Forum: C Jul 21st, 2009 |
| Replies: 8 Views: 732 a debounce is probably what is needed, as the result should happen when the button is released. I am using a (motorola/freescale) 68HC12 processor, the two buttons being used are pre built onto the... |
Forum: C Jul 21st, 2009 |
| Replies: 8 Views: 732 im soooo sorry, i put up the wrong program, here is the actual program im working on!
#define _SCI
#include <stdio.h>
/* Kernel includes. */
#include "FreeRTOS.h" |
Forum: C Jul 21st, 2009 |
| Replies: 8 Views: 732 I am currently working on a real time operating system(freertos) task,
there are 3 tasks here and the problem im having is with the 1st task. it is basically to have 2 modes, toggled by a single... |