- Auto-completion
- Command history
- Backspace when typing commands
- Alternate printf command
- Function for mailbox setup
- help
- clear
- setcolor
- showinfo
- about
- test
- [Assessment link](https://rmit.instructure.com/courses/104294/assignments/705388).
- [ASCII Art](https://textkool.com/en/test-ascii-art-generator?text=Moonveil%0A).
- [ANSI Escape Character and Color Codes](https://chrisyeh96.github.io/2020/03/28/terminal-colors.html).
- [Information for Board Revision](https://www.raspberrypi-spy.co.uk/2012/09/checking-your-raspberry-pi-board-version/).
- [printf functions](https://www.tutorialspoint.com/c_standard_library/c_function_printf.htm).
- [stdarg lib](https://cplusplus.com/reference/cstdarg/).
- [Variable arguments handling functions](https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/va-arg-va-copy-va-end-va-start?view=msvc-160).
- [Variable arguments handling functions](https://www.ibm.com/docs/en/zos/2.3.0?topic=lf-va-arg-va-copy-va-end-va-start-access-function-arguments).
- [Pointer to Pointer](https://www.tutorialspoint.com/cprogramming/c_pointer_to_pointer.htm).
08/2023