source: thomson/code/C/meatracker/main.c@ 62e3665

main
Last change on this file since 62e3665 was 62e3665, checked in by Adrien Destugues <pulkomandy@…>, 11 years ago

MEA music tracker !
Very early version that won't be very useful.

git-svn-id: svn://localhost/thomson@40 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

  • Property mode set to 100644
File size: 222 bytes
Line 
1/* MEA Tracker
2 * Copyright 2013, Adrien Destugues <pulkomandy@pulkomandy.tk>
3 *
4 * This file is distributed under the terms of the MIT licence.
5 */
6
7#include "display.h"
8
9int main(void)
10{
11 refreshchannels();
12 return 0;
13}
Note: See TracBrowser for help on using the repository browser.