Platform specific code for a robot using stepper motors.

This commit is contained in:
ksb 2007-02-24 00:21:16 +00:00
parent 13af443115
commit 20eaa31eff
17 changed files with 2262 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#ifndef __CC2420_CORE_INTERRUPT_H__9499CTDNSK__
#define __CC2420_CORE_INTERRUPT_H__9499CTDNSK__
void
cc2420_interrupt_fifop_int_init(void);
#endif /* __CC2420_CORE_INTERRUPT_H__9499CTDNSK__ */