mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-27 16:21:53 +00:00
Merge branch 'master' of https://github.com/AnonymusRaccoon/ComSquare into APU
This commit is contained in:
@@ -6,8 +6,11 @@
|
||||
|
||||
namespace ComSquare::APU
|
||||
{
|
||||
int SET1()
|
||||
int APU::SET1(uint24_t dp, uint8_t bit)
|
||||
{
|
||||
uint8_t data = read(dp);
|
||||
|
||||
write(dp, data | (1u << bit));
|
||||
return 4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user