You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anobium edited this page Oct 18, 2020
·
1 revision
ADFormat (Deprecated - Do not use)
Syntax:
ADFormat ( Format_Left | Format_Right )
Command Availability:
Available only on Microchip PIC microcontrollers.
Explanation:
Left justified means 8 bits in the high byte, 2 in the low. Right
justified means 2 in the high byte, and the remaining 8 in the low byte.
It’s only supported on Microchip PIC microcontrollers.