Code for our FYDP -only one IMU works right now -RTOS is working

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
IMU_DATAThis struct is required for several function in DMP.cpp, ros_machine_interface.h, and reckon.cpp
Mail< T, queue_sz >The Mail class allow to control, send, receive, or wait for mail
MemoryPool< T, pool_sz >Define and manage fixed-size memory pools of objects of a given type
MODSERIAL
MODSERIAL_callback
MODSERIAL_IRQ_INFO
MutexUsed to synchronise the execution of threads
nRF24L01PNRF24L01+ Single Chip 2.4GHz Transceiver from Nordic Semiconductor
os_mailQ_defDefinition structure for mail queue
os_messageQ_defDefinition structure for message queue
os_mutex_defMutex Definition structure contains setup information for a mutex
os_pool_defDefinition structure for memory block allocation
os_semaphore_defSemaphore Definition structure contains setup information for a semaphore
os_thread_defThread Definition structure contains startup information of a thread
os_timer_defTimer Definition structure contains timer parameters
osEventEvent structure contains detailed information about an event
Queue< T, queue_sz >The Queue class allow to control, send, receive, or wait for messages
RtosTimerAllow creating and and controlling of timer functions in the system
SemaphoreUsed to manage and protect access to a set of shared resources
SWSPIA software implemented SPI that can use any digital pins
ThreadAllow defining, creating, and controlling thread functions in the system