File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ pub mod buttons;
1818#[ cfg( feature = "hardware-emulation" ) ]
1919mod emulated;
2020pub mod led;
21- mod ndef;
2221pub mod nfc;
2322#[ cfg( not( feature = "hardware-emulation" ) ) ]
2423mod pi;
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ use tracing::info;
1818pub mod asset;
1919mod buttons;
2020mod led;
21+ mod ndef;
2122mod nfc;
2223pub mod system;
2324
File renamed without changes.
Original file line number Diff line number Diff line change 1- use crate :: hardware:: ndef:: { parse_ndef_text_record, NdefMessageParser } ;
21use crate :: hardware:: nfc:: { NfcReaderRequest , NfcUid } ;
2+ use crate :: hardware:: pi:: ndef:: { parse_ndef_text_record, NdefMessageParser } ;
33use crate :: thread:: { supervised_thread, SupervisedThread } ;
44use anyhow:: { anyhow, Context , Result } ;
55use gpiocdev:: line:: Value ;
You can’t perform that action at this time.
0 commit comments