- [NEW] mòdul 'zx_speaker' per a unificar la eixida de só
This commit is contained in:
11
zx_speaker.h
Normal file
11
zx_speaker.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
namespace speaker
|
||||
{
|
||||
void init();
|
||||
void enable();
|
||||
void disable();
|
||||
void register_source(uint8_t(*callback)());
|
||||
void update(const uint8_t dt);
|
||||
}
|
||||
Reference in New Issue
Block a user