⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ascii.h

📁 无刷电机驱动原理
💻 H
字号:
//!
//! @file ascii.h
//!
//! Copyright (c) 2004
//!
//! Please read file license.txt for copyright notice.
//!
//! @brief This file manages the 祍hell task for file system.
//!
//!
//! @version 1.1 (mc100_bldc_sensorless_0_1_0)
//!
//! @todo
//! @bug
//!/

#ifndef _ASCII_H_
#define _ASCII_H_

//_____  I N C L U D E S ___________________________________________________

#include "config.h"
#include "lib_mcu/uart/uart_lib.h"
#include <stdio.h>



U8 ascii_to_bin (U8 c);
U8 bin_to_ascii (U8 c);


#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -