NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hardware_revision.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum nazeHardwareRevision_t nazeHardwareRevision_e
 

Enumerations

enum  nazeHardwareRevision_t { UNKNOWN = 0, NAZE32, NAZE32_REV5, NAZE32_SP }
 

Functions

void updateHardwareRevision (void)
 
void detectHardwareRevision (void)
 
void spiBusInit (void)
 

Variables

uint8_t hardwareRevision
 

Typedef Documentation

Enumeration Type Documentation

Enumerator
UNKNOWN 
NAZE32 
NAZE32_REV5 
NAZE32_SP 

Function Documentation

void detectHardwareRevision ( void  )

Here is the call graph for this function:

void spiBusInit ( void  )
void updateHardwareRevision ( void  )

Variable Documentation

uint8_t hardwareRevision