We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8ef76 commit f3b75b4Copy full SHA for f3b75b4
exercises/intergalactic-transmission/instructions.md
@@ -1,6 +1,9 @@
1
# Instructions
2
3
-Your job is to help implement the message sequencer, which calculates the transmission sequence, and the decoder for receiving messages.
+Your job is to help implement the following:
4
+
5
+- the message sequencer, which calculates the transmission sequence
6
+- the decoder, which decodes the messages
7
8
A parity bit is simple way of detecting transmission errors.
9
The transmitters and receivers can only transmit and receive _exactly_ eight bits at a time (including the parity bit).
0 commit comments