File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
exercises/intergalactic-transmission Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 298298 },
299299 {
300300 "uuid" : " 6065b8b3-9dcd-45c9-918c-b427cfdb28c1" ,
301- "description" : " last byte in seven byte message has wrong parity" ,
301+ "description" : " last byte has wrong parity" ,
302302 "property" : " decodeMessage" ,
303303 "input" : {
304304 "message" : [
Original file line number Diff line number Diff line change 11# Instructions
22
3- Your job is to help implement the following:
3+ Your job is to help implement
44
5- - the message sequencer, which calculates the transmission sequence
6- - the decoder, which decodes the messages
5+ - the message sequencer, which calculates the transmission sequence, and
6+ - the decoder, which decodes it.
77
88A parity bit is simple way of detecting transmission errors.
99The transmitters and receivers can only transmit and receive _ exactly_ eight bits at a time (including the parity bit).
You can’t perform that action at this time.
0 commit comments