-
Datei
MP3_FINAL_1.1.txt
;;;;;;; TWI_init: ldi temp1, 0xC0 ; Bitrate einstellen out TWBR, temp1 ldi temp1, 0b01101111 sts TDA7318_data, temp1 rcall TWI_start ;BASS=0db ldi temp1, 0b01111111 ;TREBLE=0db sts TDA7318_data, temp1 rcall more_TWI_data ldi temp1, 0b01011000 sts TDA7318_data, temp1 rcall more_TWI_data ;AUDIO-switch=Stereo1 ;und GAIN=0db ldi temp1, 0b10000000 sts TDA7318_data, temp1 rcall more_TWI_data ;left front=0db ldi temp1, 0b10100000 sts TDA7318_data, temp1 rcall more_TWI_data ;right front=0db ldi temp1, 0b11011111 sts TDA7318_data, temp1 rcall more_TWI_data
in „Atmega32, AVRstudio und SRAM“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
tda7348.pdf
The Soft Mute function can be activated in two DESCRIPTION ways: The TDA7348 is an upgrade of the TDA7318 1 Via serial bus (bit D0, Mute Byte) audioprocessor. 2 Directly on pin 22 through an I/O line of the microcontroller Thanks to the used BIPOLAR/CMOS technology, very low distortion, low noise and
in „SPI Umsetzung - Verständnisfrage“ · Mikrocontroller und Digitale Elektronik ·