티스토리 뷰
728x90
출처
- Offline C/C++ Development With The Micro:bit - I Programmer
- 在 Windows/MacOS X 平台安裝 NetBeans IDE (for C++程式開發@BBC micro:bit) - 曾令燊Davis@Blog部落格
- micro:bit - C++ 오프라인 hex 빌드 - http://bluexmas.tistory.com
yotta 설치
python.exe -m pip install --upgrade pip==9.0.3 pip install --upgrade setuptools pip install -I -U yotta
환경변수 설정 (run_yotta.bat c:\yotta 명령으로 설정 가능)
YOTTA_INSTALL_LOCATION=C:\yotta YOTTA_PATH=;C:\yotta;C:\yotta\gcc\bin;C:\yotta\python;C:\yotta\python\Scripts;C:\yotta\cmake-3.4.0-rc3-win32-x86\bin;C:\yotta\git-scm\bin;C:\yotta\mercurial\bin; PATH=C:\yotta;C:\yotta\python\;C:\yotta\python\Scripts;C:\yotta\cmake-3.4.0-rc3-win32-x86\bin;%PATH%
개발환경 만들기
D:\>run_yotta.bat (workspace) D:\>mkdir pulse (workspace) D:\>cd pulse (workspace) D:\pulse>yotta init (workspace) D:\pulse>yotta target bbc-microbit-classic-gcc (workspace) D:\pulse>yotta install lancaster-university/microbit
main.cpp
#include "MicroBit.h" MicroBit uBit; int main() { uBit.init(); uBit.display.scroll("http://bluexmas.tistory.com"); release_fiber(); }
빌드 - hex 파일 생성
(workspace) D:\pulse>yotta build
실행
pulse-combined.hex 파일 마이크로 비트에 복사
댓글
300x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- JavaScript
- 지스타2007
- 튜닝쇼 2008
- android
- ubuntu
- 동경
- KOBA
- oracle
- Spring MVC
- ffmpeg
- MySQL
- Spring
- 송주경
- ble
- koba2010
- BPI-M4
- 일본여행
- 전예희
- Mac
- Xcode
- 서울오토살롱
- sas2009
- Delphi Tip
- SAS
- Delphi
- Linux
- Java
- NDK
- 레이싱모델 익스트림 포토 페스티벌
- flex
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함