چندشی - برنامه نویسی 

#include <LiquidCrystal.h>
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(8, 9, 10, 11, 12, 13);/// REGISTER SELECT PIN,ENABLE PIN,D4 PIN,D5 PIN, D6 PIN, D7 PIN
char ADCSHOW[5];//initializing a character of size 5 for showing the ADC result
void setup()

چندشی - برنامه نویسی 

بعدش
{
lcd.print("FluxDensity");//showing name
lcd.setCursor(0, 1);//move to second line
lcd.print("(in Gauss):");// showing units
String ADCVALUE = String((analogRead(A0)-515)/3.76);

Show thread

چندشی - برنامه نویسی 

چرا هیچکس بهم نمیگه چرا کار نمی کنه

Show thread

چندشی - برنامه نویسی 

@Mmdreza
با چه کامپایلری زدی کد رو؟

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.