From: Mikael N. <mik...@pp...> - 2014-05-20 18:50:47
There is now a PIC18 FF that accepts '.' as number punctuation.
It is only in git sofar.
Attila, comments ?
decimal
1234 -> 1234
12.34 -> 1234
.12.34 -> 1234
1234. -> 1234 0000
12.34. -> 1234 0000
-.12.34. -> 64302 65535
BR