Skip to content

Commit

Permalink
update values
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Jul 5, 2024
1 parent b8b843c commit 84d7b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/CoreRFIDReader/include/CoreRFIDReaderCR95HF.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace rfid::cr95hf {
inline constexpr auto enter_control = std::to_array<uint8_t>({0x21, 0x00});
inline constexpr auto wu_control = std::to_array<uint8_t>({0x79, 0x01});
inline constexpr auto leave_control = std::to_array<uint8_t>({0x18, 0x00});
inline constexpr auto wu_periode = uint8_t {0x20}; // Duration beteen two burst
inline constexpr auto wu_periode = uint8_t {0x28}; // Duration beteen two burst
inline constexpr auto oscillator_start = uint8_t {0x60}; // HFO to stabilize
inline constexpr auto digital_to_analog_start = uint8_t {0x60}; // DAC to stabilize
inline constexpr auto digital_to_analog_data =
Expand Down

0 comments on commit 84d7b1f

Please sign in to comment.