This repository has been archived on 2020-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Jonas Holmberg 214617ed1f CLI things
CLI full func and some extra eeprom
2016-10-04 13:38:44 +02:00

22 lines
582 B
C

/*
* cli.h
*
* Created on: 30 sep. 2016
* Author: holmis
*/
#ifndef CONFIG_CLI_H_
#define CONFIG_CLI_H_
/***********************************************************************
* BRIEF: Call will start the cli loop *
* INFORMATION: Should be invoked if you want to start the cli loop, *
* will try to read instructions until told to stop. *
* Will not be part of the regular scheduler loop. *
***********************************************************************/
void cliRun();
#endif /* CONFIG_CLI_H_ */