# LINX **Repository Path**: megeeks/LINX ## Basic Information - **Project Name**: LINX - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-21 - **Last Updated**: 2021-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README LINX ======== ### Interact with the world using LabVIEW to control embedded platforms like Arduino and chipKIT and myRIO. LINX provides easy to use VIs for interacting with common embedded platforms like Arduino, chipKIT and myRIO. Use the built in sensor VIs to start getting data to your PC in seconds or use the peripheral VIs to access your devices digital I/O, analog I/O, SPI, I2C, UART, PWM and more. ### Getting Started: https://www.labviewmakerhub.com/linx ### 树莓派 下载方法 和LabVIEW版本有关系,建议下载安装LabVIEW 2020/2021 社区版 ```shell wget https://gitee.com/megeeks/LINX/attach_files/858876/download/lvrt21-schroot_21.0.0-1.deb wget https://gitee.com/megeeks/LINX/attach_files/858877/download/lvrt20-schroot_20.0.0-4.deb wget https://gitee.com/megeeks/LINX/attach_files/858872/download/lvrt19-schroot_19.0.1-8.deb ``` #### 安装 ```shell sudo dpkg -i lvrt21-schroot_21.0.0-1.deb sudo dpkg -i lvrt20-schroot_20.0.0-4.deb sudo dpkg -i lvrt19-schroot_19.0.1-8.deb sudo apt --fix-broken install ```