enhering

Untitled

Sep 17th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.19 KB | None | 0 0
  1. #ifndef MODULECAPACITYOPTIONS_H
  2.   #define MODULECAPACITYOPTIONS_H
  3.  
  4.   #define BIT00_MODULAR_DATA    0
  5.   #define BIT01_RESERVED        1
  6.   #define BIT02_GUIDANCE        2
  7.   #define BIT03_NAVIGATION      3
  8.   #define BIT04_CONTROL         4
  9.   #define BIT05_RESERVED        5
  10.   #define BIT06_RESERVED        6
  11.   #define BIT07_RESERVED        7
  12.   #define BIT08_RESERVED        8
  13.   #define BIT09_ACCELEROMETER   9
  14.   #define BIT10_GYROSCOPE       10
  15.   #define BIT11_MAGNETOMETER    11
  16.   #define BIT12_BAROMETER       12
  17.   #define BIT13_PROXIMITY       13
  18.   #define BIT14_GPS             14
  19.   #define BIT15_RESERVED        15
  20.   #define BIT16_RESERVED        16
  21.   #define BIT17_SERVO_CONTROLER 17
  22.   #define BIT18_RESERVED        18
  23.   #define BIT19_RESERVED        19
  24.   #define BIT20_RESERVED        20
  25.   #define BIT21_RESERVED        21
  26.   #define BIT22_RESERVED        22
  27.   #define BIT23_RESERVED        23
  28.   #define BIT24_RESERVED        24
  29.   #define BIT25_WIFI            25
  30.   #define BIT26_RESERVED        26
  31.   #define BIT27_RESERVED        27
  32.   #define BIT28_RESERVED        28
  33.   #define BIT29_RESERVED        29
  34.   #define BIT30_RESERVED        30
  35.   #define BIT31_RESERVED        31
  36.   #define TOTAL_CAPACITIES      32
  37.  
  38. #endif
Advertisement
Add Comment
Please, Sign In to add comment