-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
Labels
Component: DocumentationRelated to Arduino's documentation contentRelated to Arduino's documentation contentLibrary: OtherArduino libraries that don't have their own labelArduino libraries that don't have their own labelfeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)
Description
Currently, the documention uses types like "unsigned long" (for example here: https://www.arduino.cc/en/Reference/millis). However, this is only correct for the AVR architecture, on e.g. the Due a long is (AFAIK) 64 bit, but the code explicity uses uint32_t
. It would make sense to adopt the same explicit approach in the documentation (and, while we're at it, probably apply this to the code of the AVR port as well).
Rotzbua, henrygab, datenheim, balrok and Andy2No
Metadata
Metadata
Assignees
Labels
Component: DocumentationRelated to Arduino's documentation contentRelated to Arduino's documentation contentLibrary: OtherArduino libraries that don't have their own labelArduino libraries that don't have their own labelfeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)