Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdlib.h>
- #include <stdio.h>
- #include <string.h>
- #include "gameduino.h"
- void setup(){
- ACIAINIT();
- GDINIT();
- KBINIT();
- }
- void main(void) {
- setup();
- PRNTLN("APPARTUS PROJEKT65 testovací program");
- PRNTLN("m for start monitor");
- if (CHRIN() == 'm') EWOZ();
- while(1){
- }
- }
Add Comment
Please, Sign In to add comment