From aa89493885625d9204d1ad9870bd2d8075c9de71 Mon Sep 17 00:00:00 2001 From: Luc Lagarde Date: Fri, 29 Dec 2017 22:00:20 -0600 Subject: [PATCH] Created Hardware: Radio Receiver (markdown) --- Hardware:-Radio-Receiver.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Hardware:-Radio-Receiver.md diff --git a/Hardware:-Radio-Receiver.md b/Hardware:-Radio-Receiver.md new file mode 100644 index 0000000..2f5d33c --- /dev/null +++ b/Hardware:-Radio-Receiver.md @@ -0,0 +1,14 @@ +NOTE: This is based off of a quick reading of the source code. YMMV - mlaga97 + +### Specifications +Manufacturer: Apachicorp +Version: ???? +Default address: `0x000C` +Hardware ID: `0x000C` + +### Interrupt Behavior +| Value of A | Action | Energy cost | Result | +| --- | --- | --- | --- | +| `1` | `LISTEN` | `? kJ` | Writes the number of messages to B, and copies the messages to RAM starting at address X | + +The maximum number of messages per tick appears to be 16. \ No newline at end of file