mirror of
https://github.com/KostyaSha/arduino-iebus.git
synced 2025-07-05 20:36:09 +00:00
WIP
This commit is contained in:
parent
94d0e5d3fe
commit
2008e71ea1
1
arduino/LICENSE.txt
Normal file
1
arduino/LICENSE.txt
Normal file
@ -0,0 +1 @@
|
||||
No license defined from author, so AS IS.
|
@ -1,2 +1,4 @@
|
||||
Sources from http://www.compcar.ru/forum/showthread.php?t=4835 and http://compcar.ru/forum/showthread.php?t=3959
|
||||
|
||||
mini1 and mini2 - two ancient projects from forum, in process of adoption to mega2650
|
||||
|
||||
|
@ -27,7 +27,7 @@ void BuffSerial::begin(long speed){
|
||||
#if defined(__AVR_ATmega8__)
|
||||
SIGNAL(SIG_UART_RECV)
|
||||
#else
|
||||
SIGNAL(USART_RX_vect)
|
||||
ISR(USART0_RX_vect)
|
||||
#endif
|
||||
{
|
||||
#if defined(__AVR_ATmega8__)
|
||||
@ -42,7 +42,7 @@ SIGNAL(USART_RX_vect)
|
||||
#if defined(__AVR_ATmega8__)
|
||||
SIGNAL(SIG_UART_TRANS)
|
||||
#else
|
||||
SIGNAL(USART_TX_vect)
|
||||
ISR(USART0_TX_vect)
|
||||
#endif
|
||||
{
|
||||
if (bSerial.txEnd != bSerial.txBegin || bSerial.txFull != 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user