Login
1 branch 0 tags
Ben (Desktop/Arch) Improved files handling a50a05f 1 month ago 21 Commits
moon / firmware / esp32 / main / audio.h
#ifndef AUDIO_H
#define AUDIO_H

void audio_init(void);
void audio_update(void);

#endif