motorized_fader/.template_files/modules/module_name.h
client_code_paulM 63ca73b223 Initial commit
2025-02-10 18:25:49 +00:00

20 lines
316 B
C

/**
* @brief PUT_TEXT_HERE
* @details This file is...
* @author username
* @date todays_date
* @copyright None
* @file module_name.h
*/
#ifndef module_name_H
#define module_name_H
/**
* A function that adds two to a number
* @param a The first argument
*/
int add_two(int a);
#endif //module_name_H