embedded-trainings-2020/beginner/apps/src/bin
Jorge Aparicio b99f217b25 address Lotte's feedback
- removed 'in their value' from text
- elaborate a bit more on the type level diff between `[b'H', b'i']` and `b"Hi"`
- note that not being fully 802.15.4 compliant is not an issue for the workshop
  exercises
- use `b'A'` syntax in hints now that it has been covered early on
- use large enough capacity in hints
- for consistency, set channel first thing in all hints
2020-06-25 13:28:58 +02:00
..
blinky.rs squashed 2020-06-09 11:58:27 +02:00
hello.rs squashed 2020-06-09 11:58:27 +02:00
led.rs squashed 2020-06-09 11:58:27 +02:00
panic.rs squashed 2020-06-09 11:58:27 +02:00
radio-puzzle-1.rs address Lotte's feedback 2020-06-25 13:28:58 +02:00
radio-puzzle-2.rs WIP: add puzzle hints 2020-06-23 11:28:27 +02:00
radio-puzzle-3.rs address Lotte's feedback 2020-06-25 13:28:58 +02:00
radio-puzzle-4.rs address Lotte's feedback 2020-06-25 13:28:58 +02:00
radio-puzzle-5.rs WIP: add puzzle hints 2020-06-23 11:28:27 +02:00
radio-puzzle-6.rs address Lotte's feedback 2020-06-25 13:28:58 +02:00
radio-puzzle-7.rs address Lotte's feedback 2020-06-25 13:28:58 +02:00
radio-puzzle-solution-2.rs add solutions 2020-06-24 16:38:01 +02:00
radio-puzzle-solution.rs add solutions 2020-06-24 16:38:01 +02:00
radio-puzzle.rs demistify string literals early on 2020-06-24 15:16:28 +02:00
radio-recv.rs - use recv_timeout everywhere 2020-06-23 11:30:04 +02:00
radio-send.rs demistify string literals early on 2020-06-24 15:16:28 +02:00