Changeset d3f2c17 in avrstuff for ps2toserial/code/main.c


Ignore:
Timestamp:
Oct 11, 2010, 1:47:58 PM (14 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
d082564
Parents:
8c41328
Message:

Maj pour utilisation dans le svn

git-svn-id: svn://pulkomandy.tk/avrstuff@18 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps2toserial/code/main.c

    r8c41328 rd3f2c17  
    11#include <avr/io.h>
    22
    3 #include "keyboard.h"
    4 #include "usart.h"
     3#include "../../libs/ps2_keyboard/ps2_keyboard.h"
     4#include "../../libs/usart/usart.h"
    55
    66int main() {
    77
    8   USARTInit(51);
     8  USARTInit(8);
    99  init_keyboard();
     10
     11  USARTWriteChar('r');
    1012 
    1113  //debug LED - output
Note: See TracChangeset for help on using the changeset viewer.