0 Members and 1 Guest are viewing this topic.
Little confused, but what exactly does this do? I don't get it
Do you mean alberthrocks's update or Nspire I/O itself?
So if I were to be making the impossible game for example, I should use this?
Yay. I'll merge your changes with my copy of PrizmIO as soon as possible.
Absolutely not... unless you want to use ASCII squares for the game. I suggest using nRGBLib instead.
#include <os.h>#define NIO_REPLACE_STDIO#include <nspireio2.h>int main(void){ nio_use_stdio(); puts("Hello World!"); nio_free_stdio(); wait_key_pressed(); return 0;}