1

implement pcspk delay

This commit is contained in:
2022-07-04 17:11:39 +02:00
parent e2e2c4545e
commit 2fbecc3236
3 changed files with 7 additions and 20 deletions

View File

@ -71,9 +71,6 @@ private:
// Verzoegerung um X ms (in 1ms Schritten; Min. 1ms)
inline void delay(int time);
// Zaehler von PIT Channel 0 auslesen (wird fuer delay benoetigt)
inline unsigned int readCounter();
public:
// Konstruktor. Initialisieren der Ports.
PCSPK() : control(0x43), data0(0x40), data2(0x42), ppi(0x61) {}