# sbc6020 **Repository Path**: redfox.qu/sbc6020 ## Basic Information - **Project Name**: sbc6020 - **Description**: at91sam9g20 demo board sbc6020 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SBC6020平台 ========== SBC6020平台是基于ATMEL公司的AT91SAM9G20的ARM9架构的MCU开发平台 本平台提供一个测试服务,控制GPIO的高低电平。可通过HTTP协议控制。 实例 http://192.168.1.3/cgi-bin/chanport.cgi POST-DATA chan=0 op=set 返回 gpioctl -o 0 && gpioctl -s 0 && gpioctl -g 0 Using 0 number pin. Using 0 number pin. Pin 0 is HIGH.