mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
Multiple platform support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user