Update README.md

remove config from accessors, nothing to do there
This commit is contained in:
philippe44
2020-01-26 01:41:42 -08:00
committed by philippe44
parent 0470fddc69
commit 61c3a1058c
6 changed files with 73 additions and 64 deletions

View File

@@ -13,4 +13,3 @@
esp_err_t config_i2c_set(const i2c_config_t * config, int port);
const i2c_config_t * config_i2c_get(int * i2c_port);
char * config_metadata_format(char *artist, char *album, char *title, int *speed, int len);