From 32d0b54667aee920ea7ad21f7e37d3b0a2ec24fe Mon Sep 17 00:00:00 2001 From: Nihilazo Date: Thu, 9 Sep 2021 21:07:16 +0100 Subject: [PATCH] move example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a6b082..a03d963 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ use `in` as the uxn input, and `out` as the uxn output: ./in /dev/ttyACM0 | uxnemu test.rom | ./out /dev/ttyACM0 ``` -`in` outputs grid events as three bytes (state, x, and y). See test.tal for a uxn example of handling this +`in` outputs grid events as three bytes (state, x, and y). See examples/basic.tal for a uxn example of handling this output messages have the same arguments as they do in [monome OSC](https://monome.org/docs/serialosc/osc). Each argument is given as a byte and the message type is a byte. The message types are: