Skip to content

Used to pack and unpack the Infineon TLF35584 commands.

License

Notifications You must be signed in to change notification settings

sgnes/TLF35584CommandParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

TLF35584CommandParser

Used to pack and unpack the Infineon TLF35584 commands.

HexToCmd

parse the raw hex command to phtsical meaning.

tlf35584.py --action HexToCmd --hex abd5

Output: RW 0x01

Addr 0x15

Value 0xea

P 0x01

CmdToHex

pack the command to raw hex value

tlf35584.py --action CmdToHex --cmd 1 --addr 21 --value 234

About

Used to pack and unpack the Infineon TLF35584 commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages