1
0
mirror of https://github.com/AlexGyver/GyverCore.git synced 2025-04-22 07:02:49 +03:00
This commit is contained in:
Alex 2019-09-08 15:19:53 +03:00
parent 14a27e942f
commit 3b0d05db2c
2 changed files with 3 additions and 3 deletions

View File

@ -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) {

View File

@ -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"}
], ],