From godbolt.org
1 1
#define KEYPAD (1) char cowpi_get_keypress(void); uint8_t cowpi_debounce_byte(uint8_t byte, uint8_t device); static const uint8_t keys[4][4] = { {0x1, 0x2, 0x3, 0xA}, {0x4, 0x5, 0x6, 0xB}, {0x7, 0x8, 0x9, 0xC}, {0xF, 0x0, 0xE, 0xD} }; uint8_t get_keypress(void)...
12h ago
From askubuntu.com
Which version of Ubuntu server should I use when update forbidden?
1 1
I am going to install a server shared in company. The server is required to be fixed in a specific kernel version and update/upgrade would be disabled for some reasons. The work of the server could...
#qemu #kernel #server #compiler #container
on Sep 6