ATM90E36_Arduino icon indicating copy to clipboard operation
ATM90E36_Arduino copied to clipboard

Fixed wrong negative power values.

Open luketanti opened this issue 4 years ago • 1 comments

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.

luketanti avatar Oct 13 '20 07:10 luketanti

This PR includes unrelated changes around removing Energia support and other register changes. Please trim it down to exactly the fix you are mentioning.

whatnick avatar Nov 27 '20 22:11 whatnick