C语言编程

  • 树莓派操作系统大全

    置顶树莓派操作系统大全

     本页面将以较高频率更新,以确保您可以通过它及时获得可玩性好、安全性高的树莓派系统。树莓派实验室强烈推荐您将页面加入到收藏夹,居家玩Pi必备~一、Raspbian树莓派官方深度定制的硬件驱动与软件程序,官方推荐系统。如果你第一次使用树莓派,请下载这个。Debian的软件策略偏保守,稳定第一,升级是次要的。桌面版下载链接:http://downloads.raspberrypi.org/raspbian_latestLite 版(无桌面)下载链接:https://downloads.raspberrypi....

    树莓派 2018-12-09 4727 0 树莓派
  • 树莓派常用操作--新手必备

    置顶树莓派常用操作--新手必备

    整理树莓派常用操作,方便新手学习。本内容会持续更新!!1.树莓派引脚介绍。http://apod.cc/index.php/post/8.html2.树莓派操作系统大全http://apod.cc/index.php/post/9.html3.树莓派常用指令汇集http://apod.cc/index.php/post/43.html4.Raspbian 每个目录用途说明http://apod.cc/index.php/post/40.html5.树莓派如何安全关机重启http://apod.cc/index.ph...

    树莓派 2019-11-30 2640 0 树莓派
  • STM32开源代码——TM1637四位数码管

    STM32开源代码——TM1637四位数码管

    点原子精英开发板模块化封装,入口函数简明,易上手操作展示main.c代码,完整代码请下载#include "sys.h" #include "delay.h" #include "usart.h" #include "led.h" #include "TM1637.h"    /*****************************...

    C语言编程 2018-12-15 2694 0
  • 树莓派RGB LED实验(C程序)

    树莓派RGB LED实验(C程序)

    一、接线图   按照下图将RGB LED接到树莓派上。二、C程序#include <wiringPi.h> #include <softPwm.h> #include <stdio.h> #define uchar unsigned char #define LedPinRed    0 #define LedPinGree...

    C语言编程 2018-12-15 1659 0 C语言树莓派
1