Is it possible to read 12 digital inputs , example the number from 1 to 100 values in define as float or double, As I also want to read decimal points? If decimal points are not possible then how to read integer values? LAUNCHXL-F28379D have enough digital inputs to read 12 inputs but each input varies from 1 to 100? I want to read these values from a MATLAB software, so do I need to convert it to binary or HEX and then use GPIOs to read it? but if convert it to binary it will require numerus number of GPIOs as binary of 100 is 1100100, so to read 100 in binary required 7 GPIOs, so for 12 digital inputs it may requires 12*7= 84 GPIOs pins. What is the best way to do it?