ATM90E36_Arduino
ATM90E36_Arduino copied to clipboard
Fixed wrong negative power values.
All power values that are negative were showing the full range "-32.76" which is not correct. After reading the datasheet it lists that the register data format is "Complement, MSB as the sign bit" which was not the case with the library.
This PR includes unrelated changes around removing Energia support and other register changes. Please trim it down to exactly the fix you are mentioning.