arduino / arduino/ArduinoCore-API
Feature request : Add parseHex() to serial library
未关闭
- 主要语言
- C++
- 星标
- 306
- 派生
- 150
- PR 合并指标
- 30 天内没有已合并 PR
描述
It will be very useful when we want to pass hexadecimal values through the serial monitor. Could be easily implemented using sscanf with "%2" in the background over temporary buffer of next 2 valid hexadecimal ASCII characters
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先定位 serial 库及其现有的值解析入口;issue 中未指定具体文件或测试。根据当前 API 确定 parseHex() 预期的输入和输出行为,然后为十六进制字符和无效输入添加覆盖,以便验证完成情况。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- api, embedded-iot
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100