This commit is contained in:
Nicholas Orlowsky 2025-03-18 18:59:58 -04:00
parent ab604f3c51
commit 6effd4f1a8
5 changed files with 129 additions and 274 deletions

View file

@ -221,5 +221,6 @@ func! {
/// Get service 1 PID support for $21 to $40
fn get_service_1_pid_support_2(0x01, 0x20) -> u32;
// Get the fuel level (out of 255)
fn get_fuel_level(0x01, 0x2F) -> u8;
}