aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/filters/html-converters/rst2html
blob: c51f5be6ae579c3cda05a424c8e67952bdd1f2b2 (plain)
1
2
#!/bin/sh
rst2html.py --template="$(dirname $0)/resources/rst-template.txt"
// Init buttons used in conjuction with interrupts // All buttons are connected to ground. #define NUMBER_OF_BUTTONS 5 #define BUTTON_HOME 22 #define BUTTON_SELECT 18 #define BUTTON_MODE 19 #define BUTTON_DOWN 20 #define BUTTON_UP 21 unsigned long button_time; const int button_delayTime; void init_buttons(); void gpio_interrupt_cb(uint gpio, uint32_t events); #endif