User Tools

Site Tools


willdo

This is an old revision of the document!


할일 목록 & 스크랩

2012-04-29 20:43:00

인터파크 준수 티켓 주소 바꾸기: 서울 특별시 종로구 옥인동 183-1 옥인연립 12동 12호

망원동 작업실로 등기. 5월 8일

2012-04-29 20:45:32

도영씨 열쇠주기 (완료)

2012-04-29 21:07:59

생각하기: 그거말고 울지말고 내가 말안했다 있긔없긔, 하용 생각하기. 일지써보기

2012-04-29 21:17:19

자전거 맞기기

2012-05-01 14:22:03

5월 19,20일 양일간 서울 잠실 실내체육

2012-05-01 14:22:32

김준수의 데뷔 첫 솔로앨범 정규 콘서트는 오는 5월 19,20일 양일간 서울 잠실 실내체육관에서 개최된다.

2012-05-01 19:12:34

I2C

The default value for the U0CTL register is the UART mode. To select I2C operation the SYNC and I2C bits must be set. After module initialization, the I2C module is ready for transmit or receive operation.

Setting I2CEN = 0 has the following effects:

  • I2C communication stops
  • SDA and SCL are high impedance
  • I2CTCTL, bits 3-0 are cleared and bits 7-4 are unchanged
  • I2CDCTL and I2CDR register is cleared
  • Transmit and receive shift registers are cleared
  • U0CTL, I2CNDAT, I2CPSC, I2CSCLL, I2CSCLH registers are unchanged
  • I2COA, I2CSA, I2CIE, I2CIFG, and I2CIV registers are unchanged

Note: Configuring the USART Module for I2C Operation After Reset The required I2C configuration process is:

1. Select I2C mode with SWRST = 1 (BIS.B  #I2C + SYNC,&U0CTL)
2. Disable the I2C module (BIC.B  #I2CEN,&U0CTL)
3. Configure the I2C module with I2CEN = 0
4. Set I2CEN via software (BIS.B  #I2CEN,&U0CTL)

Failure to follow this process may result in unpredictable USART behavior.

2012-05-01 19:21:22

방배 연습장 비밀번호 2079

2012-05-02 14:01:30

http://blog.saleae.com/ 이회사 괜찮네. 은파산업의 롤모델

2012-05-03 12:49:23

오늘 해볼것

UART로 데이터 받아서 EEPROM에 저장하고EEPROM 읽어서 LED를 모스코드로 뿌려주기

RF 회로 납땜하기

2012-05-03 22:39:26

m.howareyoutoday.co.kr 연구해보기.

2012-10-27 23:57:53

txt = xerox.paste() # page_id = “notes” page_id = “willdo” time = strftime(“%Y-%m-%d %H:%M:%S”) time = “==== ”+time+“ ====” txt = time+“\n”+txt+“\n”

2013-06-10 19:06:33

3. 드라이버 개발: 셋째날 통신 모듈(I2C, LCD 제어)에 대한 관심 많다

2013-07-10 21:53:14

54

2013-07-10 22:32:22

64 64 65 67 67 65 64 62 60 60 62 64 64 62 62

2013-07-10 22:32:25

64 64 65 67 67 65 64 62 60 60 62 64 64 62 62

2014-03-17 00:13:03

def setText(aString):

  w.OpenClipboard()
  w.EmptyClipboard()
  w.SetClipboardData(win32con.CF_TEXT,aString) 
  w.CloseClipboard()
willdo.1394982730.txt.gz · Last modified: 2018/07/18 14:09 (external edit)