- BeagleBone Black Cookbook
- Charles A. Hamilton
- 136字
- 2021-08-05 16:37:58
Introduction to BoneScript
BoneScript is BBB's handy Node.js library. What is Node.js, you ask? Also, why bother with another library? We will talk more about Node.js in the next section. However, as far as another library goes, we're bothering with it because it's designed to work seamlessly with the hardware of your board, making physical computing development under embedded Linux faster and simpler. Using Arduino-like functions, BoneScript exploits the vast developer base of JavaScript.
Typically, your intention in using Node.js and BoneScript on BBB—just as it is with Python in the next section—is to gain access to the header pins, the General Purpose In/Out (GPIO) pins. Although we will discuss more about GPIOs in a later chapter, for now our plan is to briefly explore some fundamental methods to control the hardware.
- The Complete Rust Programming Reference Guide
- JSP網絡編程(學習筆記)
- ExtGWT Rich Internet Application Cookbook
- Learning Real-time Processing with Spark Streaming
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- PHP+MySQL網站開發技術項目式教程(第2版)
- Java開發入行真功夫
- Web全棧工程師的自我修養
- 快速念咒:MySQL入門指南與進階實戰
- BeagleBone Black Cookbook
- 編程與類型系統
- C語言從入門到精通
- 時空數據建模及其應用
- Spring Security Essentials
- Android應用開發深入學習實錄