Newbie question

i’m very confuse with the program in pololu sample project 1.the variable ARG1L and ARG1H are refered to??sorry for bad english.

Hello,

ARG1L and ARG1H are used for passing 16-bit parameters to subroutines. For instance, ARG1 is used to indicate the number of milliseconds that milliDelay should wait.

- Jan