avr-something

Something something AVR side…
git clone git://henryandlizzy.uk/avr-something
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2018-02-22 22:29added verify option to makefileHenry Wilson1+4-1
2018-06-19 13:14Added timer.hHenry Wilson1+55-0
2018-06-19 07:02All tests runningHenry Wilson2+106-30
2018-03-02 17:57progmem version of putsHenry Wilson3+48-74
2018-02-16 11:59Stereo 8-bit sine wave sound generationHenry Wilson3+83-12
2018-02-13 22:15prelininary sound workHenry Wilson2+67-7
2018-02-13 20:29Put load from flash memory in a classHenry Wilson3+40-23
2018-02-13 00:33Improved loading from program memoryHenry Wilson2+47-6
2018-02-12 21:53Introduced "Hello, World!"Henry Wilson3+77-31
2018-02-11 22:57Added fonts from pictorHenry Wilson1+211-13
2018-02-11 21:47added preliminary font renderingHenry Wilson4+175-81
2018-02-11 17:35reordered mix(a,b, mask)Henry Wilson2+4-4
2018-02-11 17:26Improved lcd test efficiency and added bits(...)Henry Wilson4+19-5
2018-02-11 17:05Refactored HID module and provided better testHenry Wilson5+75-35
2018-02-09 02:13Added missing files from previous commitsHenry Wilson6+252-0
2018-02-09 02:12Got LCD working with basic test patternHenry Wilson1+9-1
2018-02-08 22:19Reorganised files to separate the HID moduleHenry Wilson1+2-87
2018-02-08 21:50Enabled polling of direction buttonsHenry Wilson1+27-18
2018-02-06 22:08Added centre button detectionHenry Wilson1+10-5
2018-02-06 19:47Got wheel to work with LEDsHenry Wilson4+46-36
2018-02-05 22:38Found pinouts of IO ModuleHenry Wilson1+44-48
2018-02-05 19:52Rename led-test.cpp to main.cppHenry Wilson1+0-0
2018-02-04 21:58starting reding pictorHenry Wilson1+57-26
2018-02-04 17:41use -std=c++14 for nowHenry Wilson1+1-1
2018-02-03 14:26PWM testHenry Wilson1+26-4
2018-02-02 01:18initial commitHenry Wilson9+177-0