Glossaria.net

Glossary Arduino / Term

Unsigned

A datatype, indicating that it cannot be a negative number. It is useful to have an unsigned number if you only need to count in one direction.


A term used to describe a datatypes, indicating that they cannot be a negative number. It’s helpful to have an unsigned number if you only need to count in one direction. For instance, when keeping track of time with millis(), it’s advisable to use the unsigned long datatype.

Permanent link Unsigned - Creation date 2023-07-12


< UART Glossary / Arduino USB >