드디어 2011.11.30일 아두이노가 1.0으로 Release 되었다. 짝짝~
1.0의 의미가 크다.


http://arduino.cc/en/Main/ReleaseNotes
http://arduino.cc/blog/2011/11/30/arduino-1-0-now-available/


1. .pde 확장에서 .ino로 변경
2. icon 및 color 변경
3. 시리얼 디버깅이 비동기화 처리 (Serial transmission is now asynchronous)
4. SD 메모리의 다중 파일 지원
5.  write(), print(), println() 가 size_t 타입의 값을 리턴
6. Client, Server, UDP에 대한 base class 추가
7. Ethernet 라이브러리의 DHCP, DNS 지원
8. SoftwareSerial 라이브러리 추가


설치해서 써보니. 기존에 비해서 획기적은 없다. 포트 번호가 우측에 나오니 조금 좋아졌다.
나머지는 쓰면서 테스트해봐야지..


 

Posted by '김용환'
,