'RF transceiver code modified by john schimmel
'original code by amos, brett, daniel and chris
'##########################################################################
'rf test will blink an led on porta.1 when it receives anything
'##############################################################################
chiahac 發表在
痞客邦
留言(0)
人氣()
Define OSC 4
INPUT portb.7
INPUT portb.6
INPUT portb.5
INPUT portb.4
chiahac 發表在
痞客邦
留言(0)
人氣()
'RF transceiver code modified by john schimmel
'original code by amos, brett, daniel and chris
'##########################################################################
'rf test will blink an led on porta.1 when it receives anything
'##############################################################################
chiahac 發表在
痞客邦
留言(0)
人氣()
'RF transceiver code modified by john schimmel
'original code by amos, brett, daniel and chris
'##########################################################################
'rf test will blink an led on porta.1 when it receives anything
'##############################################################################
chiahac 發表在
痞客邦
留言(0)
人氣()
'RF transceiver code modified by john schimmel
'original code by amos, brett, daniel and chris
'##########################################################################
'rf test will blink an led on porta.1 when it receives anything
'##############################################################################
chiahac 發表在
痞客邦
留言(0)
人氣()
chiahac 發表在
痞客邦
留言(0)
人氣()
chiahac 發表在
痞客邦
留言(0)
人氣()
Define OSC 4
input portb.7
main:
IF portb.7 =1 Then
SEROUT2 portc.6, 16468, ["Hello World!", 13,10]
chiahac 發表在
痞客邦
留言(0)
人氣()
Define OSC 4
main:
SEROUT2 portc.6, 16468, ["Hello World!", 13,10]
goto main
chiahac 發表在
痞客邦
留言(0)
人氣()
chiahac 發表在
痞客邦
留言(0)
人氣()
DEFINE OSC 4
INCLUDE "modedefs.bas"
DEFINE ADC_BITS 10
DEFINE ADC_CLOCK 3
DEFINE ADC_SAMPLEUS 10
chiahac 發表在
痞客邦
留言(0)
人氣()
From Wikki
A flame war is a series of flaming messages in an electronic discussion group or internet forum system such as usenet, mailing lists or forums. There are a number of characteristics of electronic communication which have been cited as being conducive to flame wars. Electronic communications do not easily transmit facial expressions or voice intonations which may serve to moderate the tone of a message. Also, there is typically a lag time between the time a message is transmitted and the time a reply is read. These two characteristics can cause a "positive feedback loop" in which the emotional intensity of an electronic exchange increases to extremely high levels.
chiahac 發表在
痞客邦
留言(0)
人氣()