Audio 函式庫

86Duino IDE 從 Coding 102 開始加入此函式庫,此函式庫實做 Arduino Due’s Audio 函式庫的 API,可以存取 86Duino One、EduCake 和 PLC 的 HD Audio 介面。

函式

begin()
prepare()
write()

Hack

Audio 函式庫使用 WSS 函式庫實做,WSS 函式庫是用 DJGPP 開發的 DOS audio 函式庫。如果需要 WSS 函式庫資訊以及相關應用,可以在 DJGPP 的新聞群組(comp.os.msdos.djgpp)上找到相關的文章


函式庫參考主頁面

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.