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 4f1a693 commit 39fc5bcCopy full SHA for 39fc5bc
bare_metal/src/app.rs
@@ -5,6 +5,10 @@ use crate::microcontroler::delay::delay_ms;
5
use crate::microcontroler::serial;
6
use cross_platform::utils::numerical::convert_u8_to_str_hex;
7
8
+// expected:
9
+// mac = 9307b3b915efb5171ff14d8cb55fbcc798c6c0ef1456d66ded1a6aa723a58b7b
10
+// hash = 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824
11
+
12
/// Prints hex string into the lcd display
13
fn print_hex(lcd_: &mut ScreenBuffer, data: &[u8]) {
14
lcd_.clear();
0 commit comments