Mouse code for the MacroRat

Dependencies:   ITG3200 QEI

Committer:
sahilmgandhi
Date:
Sat Jun 03 00:22:44 2017 +0000
Revision:
46:b156ef445742
Parent:
18:6a4db94011d3
Final code for internal battlebot competition.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sahilmgandhi 18:6a4db94011d3 1 #ifndef SYS_HELPER_H
sahilmgandhi 18:6a4db94011d3 2 #define SYS_HELPER_H
sahilmgandhi 18:6a4db94011d3 3
sahilmgandhi 18:6a4db94011d3 4 #include <stdint.h>
sahilmgandhi 18:6a4db94011d3 5
sahilmgandhi 18:6a4db94011d3 6 #ifdef __cplusplus
sahilmgandhi 18:6a4db94011d3 7 extern "C" {
sahilmgandhi 18:6a4db94011d3 8 #endif
sahilmgandhi 18:6a4db94011d3 9
sahilmgandhi 18:6a4db94011d3 10 uint32_t __reserved_stack_size();
sahilmgandhi 18:6a4db94011d3 11
sahilmgandhi 18:6a4db94011d3 12 #ifdef __cplusplus
sahilmgandhi 18:6a4db94011d3 13 }
sahilmgandhi 18:6a4db94011d3 14 #endif
sahilmgandhi 18:6a4db94011d3 15
sahilmgandhi 18:6a4db94011d3 16 #endif