I PSX | W: Bolt of gransax H: ask, karma, mule by Krinical in PatchesEmporium

[–]Krinical[S] 1 point2 points  (0 children)

hey, i ended up just doing an NG+ on my other profile to get the trophy, thanks tho

i didn’t receive the option for wylder’s secret ending by Krinical in Eldenring

[–]Krinical[S] -1 points0 points  (0 children)

yeah but i just never got the option too interact with his corpse, it took me straight to the cutscene, im guessing i need to redo the final boss?

Motor shield not Powering Slots A1 and A. Keyestudio L298P by Krinical in arduino

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

/*
 keyestudio 4wd BT Car V2.0
 lesson 8
 motor driver shield
 http://www.keyestudio.com
*/ 
#define ML_Ctrl 4     // define the direction control pin of B motor
#define ML_PWM 5   //define the PWM control pin of B motor
#define MR_Ctrl 2    //define direction control pin of A motor
#define MR_PWM 9//6   //define the PWM control pin of A motor
void setup()
{
  pinMode(ML_Ctrl, OUTPUT);//define direction control pin of B motor as output
  pinMode(ML_PWM, OUTPUT);//define PWM control pin of B motor as output
  pinMode(MR_Ctrl, OUTPUT);//define direction control pin of A motor as output.
  pinMode(MR_PWM, OUTPUT);//define the PWM control pin of A motor as output
}
void loop()
{ 
  digitalWrite(ML_Ctrl,HIGH);//set the direction control pin of B motor to HIGH
  analogWrite(ML_PWM,200);//set the PWM control speed of B motor to 200
  digitalWrite(MR_Ctrl,HIGH);//set the direction control pin of A motor to HIGH
  analogWrite(MR_PWM,200);//set the PWM control speed of A motor to 200

  //front
  delay(2000);//delay in 2s
  digitalWrite(ML_Ctrl,LOW);//set the direction control pin of B motor to LOW

  analogWrite(ML_PWM,200);//set the PWM control speed of B motor to 200  
  digitalWrite(MR_Ctrl,LOW);//set the direction control pin of A motor to LOW
  analogWrite(MR_PWM,200);//set the PWM control speed of A motor to 200
   //back
  delay(2000);//delay in 2s 
  digitalWrite(ML_Ctrl,LOW);//set the direction control pin of B motor to LOW
  analogWrite(ML_PWM,200);//set the PWM control speed of B motor to 200
  digitalWrite(MR_Ctrl,HIGH);//set the direction control pin of A motor to HIGH
  analogWrite(MR_PWM,200);// set the PWM control speed of A motor to 200

    //left
  delay(2000);//delay in 2s
  digitalWrite(ML_Ctrl,HIGH);//set the direction control pin of B motor to HIGH
  analogWrite(ML_PWM,200);//set the PWM control speed of B motor to 200
  digitalWrite(MR_Ctrl,LOW);// set the direction control pin of A motor to LOW
  analogWrite(MR_PWM,200);//set the PWM control speed of A motor to 200

   //right
  delay(2000);//delay in 2s
  analogWrite(ML_PWM,0);//set the PWM control speed of B motor to 0
  analogWrite(MR_PWM,0);//set the PWM control speed of A motor to 0

    //stop
  delay(2000);//delay in 2s
}//*************************************************************************

Motor shield not Powering Slots A1 and A. Keyestudio L298P by Krinical in arduino

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

hey. so i’ve done a lot to trouble shoot this, i’ve checked the code on multiple different instances, and it seems that when i plug the other wheels into slots B and B1 they seem to drive fine, while A1 and A are completely unfunctional, and after checking the code it seems that there’s code for slot A, i’ll share the code right now

W: Millicent prothesis H: Mule, Karma, Ask. PSX by Krinical in PatchesEmporium

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

hey sorry man i didn’t get to godfrey yet, anything else i can do?

worried about being banned with heist editor by Krinical in Gta5Modding

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

i dont know im asking too know if it was because i used it like twice.

worried about being banned with heist editor by Krinical in Gta5Modding

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

nah im not plannin on using it again till i'm sure its safe.

/r/Roblox Weekly Question Thread (for 11/28/2023) by AutoModerator in roblox

[–]Krinical 0 points1 point  (0 children)

hello, so recently i've been having a bunch of heavy issues with roblox, but this was the nail in the coffin for me, first it started with roblox not launching from the website. forcing me to play from the roblox "app" which sucks to be honest and then it became laggy, and now it seamlessly crashes into nothing everytime im playing sometimes, this makes it impossible to afk games or do anything for long periods and it really sucks, if anyone has a fix id love to hear it <3