虫虫首页|资源下载|资源专辑|精品软件
登录|注册

pb6

  • * 硬件结构: PA0-5对应6个LED数显管的位

    * 硬件结构: PA0-5对应6个LED数显管的位 ,PC0-7对应各LED数显管的段 ,PB4-7为键盘。 * 软件描述: 上电后,时钟从00.00.00(时/分/秒)自动走时,在走时状态时 , 按PB4(设定 * 键)超过3秒可循环选择调整时间/工作参数 ,接着按PB5以确定选择的操作 ,进入调整操作后 , * 按PB5选择欲调整参数,按pb6(增加键)完成调整参数操作 。按PB7,进入时控运行,PB1亮, * 再按PB7停止时控运行,回显走时。在定时到时,PB0点亮。

    标签: PA 硬件结构 数显

    上传时间: 2017-06-30

    上传用户:nanfeicui

  • MiniCore

    An Arduino core for the ATmega328, ATmega168, ATmega88, ATmega48 and ATmega8, all running a [custom version of Optiboot for increased functionality](#write-to-own-flash). This core requires at least Arduino IDE v1.6.2, where v1.8.5+ is recommended. <br/> **This core gives you two extra IO pins if you're using the internal oscillator!** pb6 and PB7 is mapped to [Arduino pin 20 and 21](#pinout).<br/> If you're into "generic" AVR programming, I'm happy to tell you that all relevant keywords are being highlighted by the IDE through a separate keywords file. Make sure to test the [example files](https://github.com/MCUdude/MiniCore/tree/master/avr/libraries/AVR_examples/examples) (File > Examples > AVR C code examples). Try writing a register name, <i>DDRB</i> for instance, and see for yourself!

    标签: MiniCore

    上传时间: 2021-02-22

    上传用户:

  • STM32F0_HAL库驱动MPU6050源代码

    STM32F0_HAL库驱动MPU6050源代码,此代码配置了MPU6050初始化函数,I2C由pb6、PB7口模拟输出,采集了MPU6050三个方向的加速度,三个角速度和温度值,并通过USART1将数据上传,其中前6个数据为数字量,温度为转换后的实际温度值(单位:摄氏度)

    标签: stm32f0 mpu6050

    上传时间: 2022-07-07

    上传用户:qingfengchizhu