1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 16:16:13 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
kempe63
0e9caa11c8 Update IO_I2CDFPlayer.h
Oops, fixed a typo
2024-01-01 20:39:37 +00:00
kempe63
46673007cc Update IO_I2CDFPlayer.h
Added SETAM, set the audio Mixer command to the supported EX-Rail commands.
the audio mixer can now be set at startup by using the configuration in myHall.cpp and it can be modified in an EX-Rail scripts.
Syntax:  PLAYSOUND(<vPin>, 0, <am>, SETAM)
Valid values for <am>: 1 or 2
2024-01-01 20:35:39 +00:00
kempe63
c468979501 Update IO_I2CDFPlayer.h
Cleaned up the code and tested again.
This is ready to be merged into the devel branch when documentation is finished
2023-12-30 20:51:35 +00:00
kempe63
0feb2c74e7 Update IO_I2CDFPlayer.h
Completed implementation of exposing most relevant DFPlayer commands
Fixed a problem with RX corrupted data from DFPlayer.
Added retry (currently max retry 3) after timeout and recovery
Note: Need to think of a more elegant way to recover from a reset command
2023-12-29 22:11:40 +00:00
kempe63
32ecbbe147 Update IO_I2CDFPlayer.h
Implented more DFPlayer commands
2023-12-27 17:31:31 +00:00
kempe63
b8e0185540 Update IO_I2CDFPlayer.h
Further tweaks and cleanup
2023-11-12 20:03:41 +00:00
kempe63
44ce1c0cfa Preliminary working version of I2CDFPlayer
Working, need some endurance testing and testing at scale
2023-11-12 12:14:02 +00:00
kempe63
22b066c400 Initial submit I2CDFPlayer 2023-11-05 15:57:58 +00:00