当前位置:网站首页>Arduino - character judgment function
Arduino - character judgment function
2022-07-02 23:17:00 【perseverance52】
Arduino - Character judging function
Character judging function , Although it may be rarely used in actual programming , But it can be used as a knowledge reserve , It's necessary to know something about . These functions are contained in
ctype.h
among .
- Arduino IDE route :
C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\include
int isdigit( int c )
: If c It's the number. , Then return to 1, Otherwise return to 0.
int isalpha( int c )
: If c It's the letters , Then return to 1, Otherwise return to 0.
int isalnum( int c )
: If c It's numbers or letters , Then return to 1, Otherwise return to 0.
int isxdigit( int c )
: If c It's a hexadecimal numeric character , Then return to 1, Otherwise return to 0.
int islower( int c )
: If c It's lowercase , Then return to 1, Otherwise return to 0.
边栏推荐
- Sword finger offer II 099 Sum of minimum paths - double hundred code
- Construction of Hisilicon 3559 universal platform: rotation operation on the captured YUV image
- Prometheus deployment
- MarkDown基本语法
- 潘多拉 IOT 开发板学习(HAL 库)—— 实验4 串口通讯实验(学习笔记)
- 用matlab调用vs2015来编译vs工程
- Solving ordinary differential equations with MATLAB
- Li Kou brush questions (2022-6-28)
- Win11麦克风测试在哪里?Win11测试麦克风的方法
- The difference between new and make in golang
猜你喜欢
BBR encounters cubic
Chow-Liu Tree
Why does RTOS system use MPU?
Win11如何开启目视控制?Win11开启目视控制的方法
Go language sqlx library operation SQLite3 database addition, deletion, modification and query
Successfully changed Splunk default URL root path
阿里云有奖体验:如何使用 PolarDB-X
【直播预约】数据库OBCP认证全面升级公开课
密码技术---分组密码的模式
Potplayer set minimized shortcut keys
随机推荐
設置單擊右鍵可以選擇用VS Code打開文件
抖音实战~点赞数量弹框
SQL advanced syntax
Learning Websites commonly used by circuit designers
Tronapi-波场接口-源码无加密-可二开--附接口文档-基于ThinkPHP5封装-作者详细指导-2022年7月1日08:43:06
Solving ordinary differential equations with MATLAB
剑指 Offer II 099. 最小路径之和-双百代码
Talk about memory model and memory order
Pandora IOT development board learning (HAL Library) - Experiment 3 key input experiment (learning notes)
地平线2022年4月最新方案介绍
Detailed explanation and application of merging and sorting
Win11麦克风测试在哪里?Win11测试麦克风的方法
严守工期,确保质量,这家AI数据标注公司做到了!
提交代码流程
Use of recyclerview with viewbinding
psnr,ssim,rmse三个指标的定量分析
Value sequence < detailed explanation of daily question >
Go basic constant definition and use
[adjustment] postgraduate enrollment of Northeast Petroleum University in 2022 (including adjustment)
Deep analysis of data storage in memory - C language