登录
首页 » 算法 » 四轴源码以及原理图

四轴源码以及原理图

于 2023-03-12 发布 文件大小:356.18 kB
0 228
下载积分: 2 下载次数: 1

代码说明:

小四轴的源码以及原理图    #include "led.h"#include "delay.h"#include "sys.h"#include "key.h"#include "usart.h"#include "exti.h"#include "wdg.h"#include "timer.h"#include "pwm.h"#include "lcd.h"#include "MPU6050.h"#include "lsm330.h"u8 SPI1_Buffer_Rx1[6]="432423";s16 SPI1_Buffer_Rx[30];u8  k = 0;void SPI_Configuration(){ SPI_InitTypeDef   SPI_InitStructure;   /* SPI1 Config -------------------------------------------------------------*/  SPI_InitStructure.SPI_Direction = SPI_Direction_2Lines_FullDuplex;  SPI_InitStructure.SPI_Mode = SPI_Mode_Master;  SPI_InitStructure.SPI_DataSize = SPI_DataSize_8b;  SPI_InitStructure.SPI_CPOL = SPI_CPOL_High;  SPI_

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 连数据库,输入用户名和密码后如何跳转到主窗口
    import javax.swing.*; import java.awt.event.*; import java.sql.*; public class Login extends JFrame implements ActionListener { private JLabel lbId, lbPass; private JTextField txtId, txtPass; private JButton btLogin, btExit; private Connection datacon = null;//连接对象 private PreparedStatement pstat = null;//命令对象 private ResultSet rs = null;//结果
    2022-02-05 20:26:14下载
    积分:1
  • 哈弗曼编码
    本算法为哈弗曼编码,主要为手动输入一个字符串,自动统计字符种类和权值,进行哈弗曼编码。要译码的话输入二进制代码,进行译码...
    2022-05-12 23:42:57下载
    积分:1
  • opencv c++色彩恢复的多尺度Retinex(MSRCR)
    基于opencv的色彩恢复的多尺度Retinex算法(MSRCR),属于夜间图像增强算法,对去雾也有一定的处理效果,可直接运行,效果比较理想。基于opencv的色彩恢复的多尺度Retinex算法(MSRCR),属于夜间图像增强算法,对去雾也有一定的处理效果,可直接运行,效果比较理想。
    2022-01-30 14:20:22下载
    积分:1
  • 用来估计病态线性方程组正则化求解时的误差。
    用来估计病态线性方程组正则化求解时的误差。-To estimate the error of regulation method for the ill-conditioned system of linear equations
    2022-03-20 15:41:51下载
    积分:1
  • radix排序
    radix排序法-Radix sorting method
    2022-05-20 20:26:35下载
    积分:1
  • 去 mundo 家伙
    #include < iostream >使用命名空间std; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-06-19 12:44:41下载
    积分:1
  • 列主元的高斯
    列主元的高斯算法-out of the PCA algorithm Gaussian
    2022-03-17 20:15:36下载
    积分:1
  • 德州扑克牌值计
    POKER 计算值   斗地主  扎金花都离不开它  This article for the budding poker AI programmer provides a foundation for a simple implementation of No-Limit Texas Holdem Poker AI, covering the basics of hand strength evaluation and betting. By following the recipe set out here, you will quickly become able to implement a reasonably strong poker AI, and have a solid foundation on which to build. I assume you are familiar with the basic terminology of poker.
    2022-08-15 11:28:52下载
    积分:1
  • 用整形进行32位及64位浮点运
    用整形进行32位及64位浮点运算,对CPU不支持浮点运算的码农特别有用。
    2022-01-24 18:47:32下载
    积分:1
  • this program highlights the pointer to pointer and enum concepts of c
    this program highlights the pointer to pointer and enum concepts of c
    2022-06-15 05:57:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载