Shorthand Arithmetic :: Using Compound Operators (+= , -= , *= , /= ) with Arduino

Learn Programming and Electronics with Arduino - A podcast by Programming Electronics Academy

Categories:

In this lesson we discuss some common shorthand for simple arithmetic in Arduino. We cover several compound operators that add, subtract, multiply and divide making it easy to increment variables in useful ways.