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 {
sahilmgandhi 18:6a4db94011d3 2 "name": "NUC472",
sahilmgandhi 18:6a4db94011d3 3 "config": {
sahilmgandhi 18:6a4db94011d3 4 "gpio-irq-debounce-enable": {
sahilmgandhi 18:6a4db94011d3 5 "help": "Enable GPIO IRQ debounce",
sahilmgandhi 18:6a4db94011d3 6 "value": 0
sahilmgandhi 18:6a4db94011d3 7 },
sahilmgandhi 18:6a4db94011d3 8 "gpio-irq-debounce-enable-list": {
sahilmgandhi 18:6a4db94011d3 9 "help": "Comma separated pin list to enable GPIO IRQ debounce",
sahilmgandhi 18:6a4db94011d3 10 "value": "NC"
sahilmgandhi 18:6a4db94011d3 11 },
sahilmgandhi 18:6a4db94011d3 12 "gpio-irq-debounce-clock-source": {
sahilmgandhi 18:6a4db94011d3 13 "help": "Select GPIO IRQ debounce clock source: GPIO_DBCTL_DBCLKSRC_HCLK or GPIO_DBCTL_DBCLKSRC_IRC10K",
sahilmgandhi 18:6a4db94011d3 14 "value": "GPIO_DBCTL_DBCLKSRC_IRC10K"
sahilmgandhi 18:6a4db94011d3 15 },
sahilmgandhi 18:6a4db94011d3 16
sahilmgandhi 18:6a4db94011d3 17 "gpio-irq-debounce-sample-rate": {
sahilmgandhi 18:6a4db94011d3 18 "help": "Select GPIO IRQ debounce sample rate: GPIO_DBCTL_DBCLKSEL_1, GPIO_DBCTL_DBCLKSEL_2, GPIO_DBCTL_DBCLKSEL_4, ..., or GPIO_DBCTL_DBCLKSEL_32768",
sahilmgandhi 18:6a4db94011d3 19 "value": "GPIO_DBCTL_DBCLKSEL_16"
sahilmgandhi 18:6a4db94011d3 20 }
sahilmgandhi 18:6a4db94011d3 21 }
sahilmgandhi 18:6a4db94011d3 22 }