Skip to content

analog value convert digital (0,1) using map function

Notifications You must be signed in to change notification settings

ChandraMahesh24/map_Function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

map_Function

analog value convert digital (0,1) using map function

using esp8266 pin A0 as input pin

int val = analogRead(button);

map(val, min, max, min_Value, max_Value);

min- analog input

max - analog input

min_Value- value user want to start

max_Value- max value user want

map(val, 0, 1023, 0, 1);

About

analog value convert digital (0,1) using map function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages