No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

definitions.h 735B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. /*
  7. * File: msg.h
  8. * Author: pehladik
  9. *
  10. * Created on 15 janvier 2018, 20:45
  11. */
  12. #ifndef DEFINITIONS_H
  13. #define DEFINITIONS_H
  14. #define CAM_OPEN 'A'
  15. #define CAM_CLOSE 'I'
  16. #define CAM_ASK_ARENA 'y'
  17. #define CAM_ARENA_CONFIRM 'x'
  18. #define CAM_ARENA_INFIRM 'z'
  19. #define CAM_COMPUTE_POSITION 'p'
  20. #define CAM_STOP_COMPUTE_POSITION 's'
  21. #define DMB_BAT_LOW 0
  22. #define DMB_BAT_MEDIUM 1
  23. #define DMB_BAT_HIGHT 2
  24. #define DMB_BUSY 1
  25. #define DMB_DO_NOTHING 0
  26. #endif /* MSG_H */