mirror of
https://github.com/AlexGyver/GyverCore.git
synced 2025-04-22 07:02:49 +03:00
upd
This commit is contained in:
parent
14a27e942f
commit
3b0d05db2c
@ -127,7 +127,7 @@ void analogReference(uint8_t mode)
|
|||||||
int analogRead(uint8_t pin)
|
int analogRead(uint8_t pin)
|
||||||
{
|
{
|
||||||
analogStartConvert(pin);
|
analogStartConvert(pin);
|
||||||
analogGet();
|
return analogGet();
|
||||||
}
|
}
|
||||||
|
|
||||||
void analogStartConvert(byte pin) {
|
void analogStartConvert(byte pin) {
|
||||||
|
@ -184,8 +184,8 @@
|
|||||||
"category": "Contributed",
|
"category": "Contributed",
|
||||||
"url": "https://github.com/AlexGyver/GyverCore/releases/download/GyverCore-1.8/GyverCore.zip",
|
"url": "https://github.com/AlexGyver/GyverCore/releases/download/GyverCore-1.8/GyverCore.zip",
|
||||||
"archiveFileName": "GyverCore.zip",
|
"archiveFileName": "GyverCore.zip",
|
||||||
"checksum": "MD5:78d54cc806fd5f654d46ab831473c21a",
|
"checksum": "MD5:f8409624008a7ca25941f9734f8c4caa",
|
||||||
"size": "115396",
|
"size": "115402",
|
||||||
"boards": [
|
"boards": [
|
||||||
{"name": "ATmega328 based boards"}
|
{"name": "ATmega328 based boards"}
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user