Eliminating trailing spaces

There is a simple way of eliminating trailing spaces at the end of lines using the vi text editor. The following command will remove any contiguous group of one or more spaces from the end of every line in the file.

:1,$s/\s*$//

Jekyll and GitHub

The website https://github.io uses Jekyll to format the documentation pages. Unfortunately, there is a conflict concerning the use of Doxygen

It is therefore necessary to have a file named .nojekyll in the root directory of the gh_pages branch.

Creating the Zip File

Set the current directory to the WickedMotorShield directory in the working directory of the GIT repository.

zip -r ../WickedMotorShield examples WickedMotorShield.*


Return to main page