mirror of
https://github.com/AlexGyver/GyverCore.git
synced 2025-04-20 19:47:44 +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)
|
||||
{
|
||||
analogStartConvert(pin);
|
||||
analogGet();
|
||||
return analogGet();
|
||||
}
|
||||
|
||||
void analogStartConvert(byte pin) {
|
||||
|
@ -184,8 +184,8 @@
|
||||
"category": "Contributed",
|
||||
"url": "https://github.com/AlexGyver/GyverCore/releases/download/GyverCore-1.8/GyverCore.zip",
|
||||
"archiveFileName": "GyverCore.zip",
|
||||
"checksum": "MD5:78d54cc806fd5f654d46ab831473c21a",
|
||||
"size": "115396",
|
||||
"checksum": "MD5:f8409624008a7ca25941f9734f8c4caa",
|
||||
"size": "115402",
|
||||
"boards": [
|
||||
{"name": "ATmega328 based boards"}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user