-
Datei
mcp2515.c
(RXM1SIDL, 0x00); spi_write(RXF0SIDH, 0b10101011); spi_write(RXF0SIDL, 0b10100000); spi_write(RXF1SIDH, 0b01010111); spi_write(RXF1SIDL, 0b01000000); spi_write(RXF2SIDH, 0xFF); spi_write(RXF2SIDL, 0b11000000); spi_write(RXF3SIDH, 0xFF); spi_write(RXF3SIDL, 0b11000000); spi_write(RXF4SIDH, 0xFF); spi_write(RXF4SIDL, 0b11000000); spi_write(RXF5SIDH, 0xFF); spi_write(RXF5SIDL, 0b11000000); spi_write(TXB0CTRL, 0x00); spi_write(TXB1CTRL, 0x00); spi_write(TXB2CTRL
in „Probleme mit CAN-Bus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
); TCCR2B |= (1 << CS22); TIMSK2 |= (1 << OCIE2A); OCR2A = 2; /*ICR1 = 0xC305; OCR1A = 21800/8;//Lenkung 0x5FFF OCR1B = 22800/8; TCCR1A |= (1 << COM1A1)|(1 << COM1B1)|(1<<WGM11); TCCR1B |= (1 << WGM12)|(1 <<
in „Raspberry PI und ATmega328 serielle Schnittstelle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Anhang.c
UART0 //wenn UART1 benutzt werden soll, hier entspr. ändern: #define UCSRA UCSR0A #define UCSRB UCSR0B #define UBRR UBRR0L #define UDR UDR0 volatile char uart1RxBuffer[RX_BUFFER_SIZE1]; volatile uint8_t uart1RxRdIndex = 0; volatile uint8_t uart1RxWrIndex = 0; volatile uint8_t uart1RxDataLength = 0; volatile
in „von avr-gcc nach WinAVR andere Bibo?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „AVR Bootloader in C, geht mit mega8 nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „UART Auswertung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „avr dude Programm zu groß? Eclipse GCC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
rfm63dw.PDF
Description This section describes in depth the architecture of this ultra low-power transceiver: VR_PA I LO 2 T Waveform Q generator PA I RFIO LO1 Tx Q I LO2 Tx Q RSSI OOK demod RQ_0 IRQ_1 B tSync MOSI LNA Control LO2 Rx FSK MISO demod SCK NSS_CONFIG LO1 Rx NSS_DATA CLKOUT DATA LO1 Rx TEST(8:0) PLL_LOCK XTAL_P
in „JDY-40 ein neuer Geniestreich aus China?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Dokument2.txt
/ |_ 5 Bytes unsigned ana15 : 10; // | unsigned ana16 : 10; // - } sensdata1; struct ananum { byte b0 : 1; byte b1 : 1; byte b2 : 1; byte b3 : 1; byte b4 : 1; byte b5 : 1; byte b6 : 1; byte b7 : 1; } __attribute__((_packed_)); struct leds { byte b0 : 1; byte b1 : 1; byte b2 : 1; byte b3 : 1; byte b4
in „ATmega128 USART kriegs nicht zum Laufen / bin am verzweifeln“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
I2C_DRV.C
?? */ i2c_tx_busy = 0; #if 0 SendStop(); #else ResetIntr(); #endif } else if (status & PCF_ST_SLAVE_REC_STOP) { /* STS */ /* bus freigeben */ ubyte b; b = GetI2CData(); /* reset interrupt */ i2c_rx_busy = 0; ResetIntr(); /* XXX */ } else if (status & PCF_ST_ADR_AS_SLAVE) { /* save rec: first byte */ ubyte b; b = GetI2CData(); /* reset interrupt */ if (status & PCF_ST_AD0_LRB) { rx_first_byte((ubyte) 0); } else { rx_first_byte((ubyte) OWN_I2C_ADDR); } } else if (i2c_tx_busy) { /* master transmitter */ if
in „Basisroutinen für Zugriff auf I²C PCF8584“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rc.c
*********************************************************/ ISR(SIG_OUTPUT_COMPARE1A) { RXFail = 1; RX[1]=0; RX[2]=0; RX[3]=0; RX[4]=0; RX[5]=0; RX[6]=0; RX[7]=0; RX[8]=0; } /********************************************************** Name: Timer2A Compare_Interrupt ************************************
in „RC Empfänger auswerten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
messages2.txt
xfer 91c3e9b0: len 1 tx 91c3e834/11c3e834 rx 00000000/ffffffff Jul 23 00:14:44 ngw user.debug kernel: ads7846 spi0.1: next xfer 91c3e9d4: len 2 tx 00000000/ffffffff rx 91c3e840/11c3e840 Jul 23 00:14:44 ngw user.debug
in „Probleme mit ADS7846 beim NGW100“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ic2.c
include <mega64.h> #include <delay.h> #include <stdio.h> #define RXB8 1 #define TXB8 0 #define UPE 2 #define OVR 3 #define FE 4 #define UDRE 5 #define RXC 7 #define FRAMING_ERROR (1<<FE) #define PARITY_ERROR (1<<UPE) #define DATA_OVERRUN (1<<OVR) #define DATA_REGISTER_EMPTY (1<<UDRE) #define RX_COMPLETE
in „atmel mega64 ic2 codevision“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Frequenzmessung_mit_dem_VNWA_015c.pdf
Kurt Poulsen OZ7OU Jörn Bartels; dk7jb@yahoo.de 5.1.2 Setup 2 Parameter Time per Number Input to Input to Attenuator Multiplier Pre Allan point of points Ext. Input RX Port at RX input Settings multiplier Deviation Data 0.1sec 50000 8dBm -22.2dBm 30dB 2x16
in „DIY Frequency Counter mit 10 bis 12 Digits?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
owx.c
//#define owx_rx_status_temperature 15 //#define owx_rx_status_command 20 //#define owx_rx_status_read 13 #define b8_0 6 #define b8_1 7 #define b8_2 8 #define b8_3 9 #define b8_4 10 #define b8_5 11 #define b8_6 12 #define
in „Datenbus Fehlerbehebung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
sync_detect=0; channel=2; if(++sync==2) { if (rx_value[1]>rx_sync_value&&rx_value[2]>rx_sync_value) { channel=3; } else { error=3; } } } if(reading==0&&error==0&&channel>2&&channel<11&&rx_value[channel]<rx_sync_value) { reading
in „Wfly Multiswitch 8ch Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Powerline-IC_HCPL-_810J.pdf
facilitating excellent EMI and powerline modem. Internet Appliances Connection Diagram 1 16 TX-EN Tx-en GND2 GND2 TX 2 Tx-in Tx-out 15 3 14 Powerline Rx-PD-out VCC2 VCC2 Transceiver IC 4 Rx-Amp-in Tx-PD-out13 (ENDEC) 5 Status Tx-LD-in12 Filter 6 11 RX Rx-out Cext GND2 STATUS VCC1 7 VCC1 Rx-in 10 Filter L 8
in „Powerline-Transmitter auf reinen Wechselspannungsbetrieb umbauen“ · Haus & Smart Home ·
-
Datei
can_top.v
@ (posedge clk_i or posedge rst) begin if (rst) begin rx_sync_tmp <= 1'b1; rx_sync <= 1'b1; end else begin rx_sync_tmp <=#Tp rx_i; rx_sync <=#Tp rx_sync_tmp; end end `ifdef CAN_WISHBONE_IF assign cs_can_i = 1'b1; // Combining wb_cyc_i and wb_stb_i signals
in „Cant resolve multiple constant drivers“ · FPGA, VHDL & Co. ·
-
PDF
cycloneIII_3c120_dev_reference_manual.pdf
clock 1.8 V ENET_RX_CLK B14 U5 pin 95 RGMIIinterfacereceivedatabus 2.5 V ENET_RX_D0 W8 bit 0 U5 pin 92 RGMIIinterfacereceivedatabus 2.5 V ENET_RX_D1 AA6 bit 1 Altera Corporation Reference Manual 2–49 March 2008 Cyclone
in „[V]erkaufe: Cyclone III FPGA Video Developement Board“ · Markt ·
-
Datei
rpn_boris_A328_v1.5.bas
jetzt aber fertig sein ' Machen wir uns mal ans Rechnen, Select Case Pressedkey Case 1 ' + Lstx = Rx Rx = Rx + Ry Call Rolldown Case 2 ' - Lstx = Rx Rx = Ry - Rx Call Rolldown Case 66 ' - Zweitbelegung Lstx = Rx Rx = 0.0 - Rx Case 3 ' * Lstx = Rx Rx = Ry * Rx Call Rolldown Case 4 ' / Lstx = Rx Rx =
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
PDF
EM150X1.pdf
Version 1.0 Issued Date:Sept. 6,2004 Model No.: EM150X1 Approval TIMING DIAGRAM of LVDS T TxCLK OUT T/7 RxCK IN Rx IN3 RxOUT23 RxOUT17 RxOUT16 RxOUT11 RxOUT10 RxOUT5 RxOUT27 RESERVED B07 B06 G07 G06 R07 R06 Rx IN2 RxOUT26 RxOUT25 RxOUT24 RxOUT22 RxOUT21 RxOUT20 RxOUT19 DE GND GND B05 B04 B03 B02 RxOUT18 RxOUT12 Rx IN1 RxOUT15 RxOUT14 RxOUT13 RxOUT9 RxOUT8 B01 B00 G05 G04 G03 G02 G01 Rx IN0 RxOUT7 RxOUT6 RxOUT4 RxOUT3 RxOUT2 RxOUT1 RxOUT0 G00 R05 R04 R03 R02 R01 R00 14 / 24 Version 1.0 Issued Date:Sept. 6,2004
in „TFT-Farbdisplay Market Elite EM150X1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „Inkonsistentes Verhalten einfachem avr-gcc-codes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
433MHzSender.asm
/* 433MHz Sender mit Spannungserhöher PB0 - OC0A mit C2=0,1µF an C1 Stufe 2 PB1 - OC0B mit C1=0,1µF an 5V Stufe 1 PB2 - Modulationssignal für 433MHz Sender PB3 - Seriel In PB4 - Seriel Out Tackt 9,6Mhz */ .include "tn13def.inc" .EQU R_RxT =PB3 ;(PCINT3) .
in „Universalsender für Funksteckdosen 433MHz HX2262 PT2262 z.B. Brennstuhl“ · Projekte & Code ·
-
PDF
Hardwareaufbau.pdf
Hardwareaufbau (intern) Allgemeines: Die Datenbearbeitungspipeline besteht aus 4 groben Blöcken: 1) Daten vom RX_PHY einlesen (Raphael) 2) Daten verzögern zum Vergleichen und Verteilen (Martin) 3) AHBL Busmaster und 8kB AHBL SRAM (singleport) (Ingo) 4) Daten zum TX_PHY senden (Frederick) Zur Erkennung von Paketende
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „ATMega nach ADC BascomPRG stk500 WEG!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „[AVR-GCC] makefile SRC und #include“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „ATmega1284p, UART Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „ATmega168 Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „fleurys I2C + UART lib halten in Kombination die Hauptschleife an!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „RFM70 Timing Problem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „Float via UART an PC senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „UART bei externer Stromquelle“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
P82B96_7.pdf
of P82B96 6. Pinning information 6.1 Pinning P82B96TD P82B96TD/S900 Sx 1 8 V CC Sx 1 8 VCC Sx 1 8 VCC Rx 2 7 Sy Rx 2 7 Sy P82B96PN Rx 2 7 Sy Tx 3 6 Ry Tx 3 6 Ry Tx 3 P82B96DP 6 Ry GND 4 5 Ty GND 4 5 Ty GND 4
in „18 x SHT11 an welchem Mikrocontroller“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rpn_boris_A328_v1.7.bas
der "2" Ee_grdrad = 1.0 ' Winkelfunktionen in Bogenmass Case 115 ' Pi = Zweitbelegung der "3" Call Enter Lstx = Rx Rx = Pi_k Case 116 ' INT = Zweitbelegung der "4" Lstx = Rx Rx = Int(rx) Case 117 ' FRAC = Zweitbelegung
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „Zu viele Pointer - brauche Hilfe.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
phys-m644.cpp
() { this->tx_disable(); this->tx_timer_stop(); } void Phys_m644::tx_enable() { // enable TX UCSR0B |= (1 << TXEN0); } void Phys_m644::tx_disable() { // disable TX UCSR0B &= ~(1 << TXEN0); } void Phys_m644::rx_enable() { // enable RX UCSR0B |= (1 << RXEN0); } void Phys_m644::rx_disable() { // disable
in „Serielles Protokoll testweise lesen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Profibus-Uart.pdf
include <mega128.h> #include <delay.h> #include <stdio.h> #define RXB8 1 #define TXB8 0 #define UPE 2 #define OVR 3 #define FE 4 #define UDRE 5 #define RXC 7 #define FRAMING_ERROR (1<<FE) #define PARITY_ERROR (1<<UPE) #define DATA_OVERRUN (1<<OVR) #define DATA_REGISTER_EMPTY (1<<UDRE) #define RX_COMPLETE
in „PROFIBUS->UART (ATMega128)->PC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PseudoKunstkopfStereo.pdf
coeffs pointer move #datarechts,r1 move #ir_length-1,m0 move #ir_length-1,m1 ; Main Loop loop_1 jset #2,x:SSISR,* ; Wait for frame sync to pass. jclr #2,x:SSISR,* ; Wait for frame sync. move x:RX_BUFF_BASE,a ; Load the left channel input. move x:RX_BUFF_BASE+1,b ; Load the right channel input. jclr #14
in „Pseudo Kunstkopf Stereo mit DSP56002, alte Motorola Applikation“ · Digitale Signalverarbeitung / DSP / Machine Learning ·
-
PDF
rxv396.pdf
G J only only W381 #12 5 onlyR,T,A,B,G FROM : MAIN (1) O O O O B A 1 1 2 2 E2 2 1 1 SPEAKERS ON OFF PHONES W801 TO : MAIN(2) E-46/J-42 E-47/J-43 6 Downloaded from www.Manualslib.com manuals search engine A B C D E F G H DSP-R396/RX-V396
in „Yamaha RX-V396 RDS Fehlersuche“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „Heizungssteuerung mit ATMEGA 32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „Reset bei serieller Kommunikation“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Bus_Buffer_P82B96_4_datasheet.pdf
/packaging. BLOCK DIAGRAM +V CC(2–15 V) 8 Sx (SDA) 1 3 Tx (TxD, SDA) 2 Rx (RxD, SDA) 7 5 Sy (SCL) Ty (TxD, SCL) 6 Ry (RxD, SCL) P82B96 4 GND SU01012 FUNCTIONAL DESCRIPTION The P82B96 has two identical buffers allowing buffering of both
in „I2C EEPROM Störung bei 15m mit BusBuffer P82B96“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Bus_Buffer_P82B96_4_datasheet.pdf
/packaging. BLOCK DIAGRAM +V CC(2–15 V) 8 Sx (SDA) 1 3 Tx (TxD, SDA) 2 Rx (RxD, SDA) 7 5 Sy (SCL) Ty (TxD, SCL) 6 Ry (RxD, SCL) P82B96 4 GND SU01012 FUNCTIONAL DESCRIPTION The P82B96 has two identical buffers allowing buffering of both
in „I2C EEPROM Störung bei 15m mit BusBuffer P82B96“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
P82B86.pdf
/packaging. BLOCK DIAGRAM +V CC(2–15 V) 8 Sx (SDA) 1 3 Tx (TxD, SDA) 2 Rx (RxD, SDA) 7 5 Sy (SCL) Ty (TxD, SCL) 6 Ry (RxD, SCL) P82B96 4 GND SU01012 FUNCTIONAL DESCRIPTION The P82B96 has two identical buffers allowing buffering of both
in „Wie Die Richtung bei einem 2-Draht-Bus erkennen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Bus_Buffer_P82B96_4_datasheet.pdf
/packaging. BLOCK DIAGRAM +V CC(2–15 V) 8 Sx (SDA) 1 3 Tx (TxD, SDA) 2 Rx (RxD, SDA) 7 5 Sy (SCL) Ty (TxD, SCL) 6 Ry (RxD, SCL) P82B96 4 GND SU01012 FUNCTIONAL DESCRIPTION The P82B96 has two identical buffers allowing buffering of both
in „Kondensatoren bei I2C + BusBuffer, wofür?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Bus_Buffer_P82B96_4_datasheet.pdf
/packaging. BLOCK DIAGRAM +V CC(2–15 V) 8 Sx (SDA) 1 3 Tx (TxD, SDA) 2 Rx (RxD, SDA) 7 5 Sy (SCL) Ty (TxD, SCL) 6 Ry (RxD, SCL) P82B96 4 GND SU01012 FUNCTIONAL DESCRIPTION The P82B96 has two identical buffers allowing buffering of both
in „Kondensatoren bei I2C + BusBuffer, wofür?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
tl16c752b.pdf
and Xon2: Xoff1 and Xoff2 RX When software flow control operation is enabled, the TL16C752B will compare incoming data with Xoff1/2 programmed characters (in certain cases Xoff1 and Xoff2 must be received sequentially
in „tl16c752b - externe Schnittstelle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
RS232TOLCD1602.c
=0; rxUsed++; } } void BEEPER_init() { TCCR0A = (0<<COM0A1)|(0<<COM0A0)|(1<<COM0B1)|(0<<COM0B0)|(0<<WGM01)|(1<<WGM00); TCCR0B = (1<<WGM02)|(0<<CS02)|(1<<CS01)|(0<<CS00); TIMSK = (1<<OCIE0A); } void BEEPER_BEEP
in „A tiny project RS232 -> LCD PCB zu verschenken.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Databus.c
pin on compare | 1<<WGM01; // Mode 2: CTC TCCR0B = 1<<CS01; // F_CPU / 8; TIMSK0 = 1<<OCIE0A; } uint8_t rx_tmp[DATA_SIZE]; uint8_t rx_idx; uint8_t rx_data[DATA_SIZE]; volatile uint8_t rx_rdy; ISR( PCINT1_vect ) // Receive interrupt { uint8
in „40 Spannungen einlesen und an AtMega8 übertragen“ · Mikrocontroller und Digitale Elektronik ·