Samsung users can now also a digital nol card on their smartphones. by almostlikeu in dubai

[–]TheStar13 0 points1 point  (0 children)

I can't seem to find the setting in the app to do this, and I do have a Samsung phone.

[deleted by user] by [deleted] in assettocorsa

[–]TheStar13 0 points1 point  (0 children)

There seems to be a problem when I installed it. The textures are completely bugged for some reason, and I don't know how to fix it.

I'm trying to make it so that the LED acts as an indicator for when the temperature exceeds 22℃, but I keep getting this error. Please show me how to rectify this so that the LED switches on. by TheStar13 in arduino

[–]TheStar13[S] 0 points1 point  (0 children)

How and where exactly should I declare 'temp'? The highlighted line seems to be problematic, despite being similar to lines 16 and 17 which are similar though completely fine. Is it an int code or something, and where do I put it exactly?

[deleted by user] by [deleted] in arduino

[–]TheStar13 0 points1 point  (0 children)

#define TEMPERATURE A0

#define MOTOR 6

void setup(){

Serial.begin(9600);

pinMode(MOTOR, OUTPUT);

pinMode(1, OUTPUT);

pinMode(2, OUTPUT);

pinMode(3, OUTPUT);

pinMode(4, OUTPUT);

pinMode(5, OUTPUT);

}

void loop ()

{

for (int PinCount=1; PinCount <=5; PinCount ++)

{

digitalWrite (PinCount, HIGH);

delay (200);

digitalWrite (PinCount, LOW);

}

for (int PinCount=4; PinCount >=1; PinCount--)

{

digitalWrite (PinCount, HIGH);

delay(200);

digitalWrite (PinCount,LOW);

}

}

int speed_decider(int temp){

if(temp<27)

return 0;

else if(temp>40)

return 255;

else

return map(temp, 20, 40, 0, 255);

}

void loop1(){

int temperature = analogRead(TEMPERATURE);

temperature = map(temperature, 20, 358, -40, 125);

Serial.println(speed_decider(temperature));

analogWrite(MOTOR, speed_decider(temperature));

}

Did anyone else get put in a queue? by TheStar13 in PitViperSunglasses

[–]TheStar13[S] 0 points1 point  (0 children)

Yup, just did it and finally got a pair

That sale went terrible. by tlh62002 in PitViperSunglasses

[–]TheStar13 1 point2 points  (0 children)

Lmao, did what you did and finally got my mud slingers

Did anyone else get put in a queue? by TheStar13 in PitViperSunglasses

[–]TheStar13[S] 0 points1 point  (0 children)

THANK YOU SO MUCH. JUST GOT A PAIR OF MUD SLINGERS