Building with an Adafruit Feather LoRa modul a radio contorl unit for a car. Steering input being converted from a PWM into a 8 bit integer. Sender send to Reciver while Reciver reads it yout with
...(char)LoRa.read()...
I would like to change 3 digits from a char datatype into an integer without translate the char decimal number into an integer without being a converted to a 8 bit long datatype, so I can use the values for the steering. Any solution with a function or class to solve this? Best would be a 3 liner code.