Multiple platform support

This commit is contained in:
Romain Goyet
2015-08-03 21:04:13 +02:00
parent 6e602c514b
commit 067c53d705
51 changed files with 268 additions and 119 deletions

View File

@@ -2,12 +2,11 @@ extern "C" {
#include "hello.h"
#include <kandinsky.h>
#include <stdlib.h>
#include <platform/stm32f429/init_kbd.h>
#include <ion.h>
}
#include <poincare.h>
void hello() {
/*char letter = 'Z';
@@ -62,7 +61,7 @@ void hello() {
int index = 0;
while (1) {
char character = getc();
char character = ion_getchar();
if (character == 'X') {
input[index] = 0;
index = 0;