I2C shell implementation.
This commit is contained in:
Totoo 2024-11-08 11:46:27 +01:00 committed by GitHub
parent c31fef0535
commit 5020e5bd28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 298 additions and 19 deletions

View file

@ -31,4 +31,12 @@ class EventDispatcher;
void create_shell(EventDispatcher* evtd);
#ifdef __cplusplus
extern "C" {
#endif
void create_shell_i2c(EventDispatcher* evtd);
#ifdef __cplusplus
}
#endif
#endif