oh im with you now i thought from your post you were wanting to hook it up to the car and make changes i didn't realize it was a test bed sorry
Type: Posts; User: cooper1200
oh im with you now i thought from your post you were wanting to hook it up to the car and make changes i didn't realize it was a test bed sorry
unless the ecu is capable of being updated then i would of thought that damage would be minimal. if it can be updated you can really screw things up big time and shouldn't be touched with or without...
it was a while ago but i did spend a day bleeding the brakes on the p6 wondering why i wasn't getting any fluid through because i had replaced the brake master cylinder kept checking further and...
it remembers what it has done on the stack. when it reaches the first recursive call it effectively pauses the of that instance of the function and creates another.
think of it as the function...
no sorry it was to the op should of said sorry
how have you got the maximum score of the players if you don't know how many players there are.
do you know the names of all the teams in the list and or how many teams there are.
if you do then simply look for the team name and add the scores to the appropriate tally... for example
if...
does anyone know what sort of voltages the arduino puts out on its pwm pins?
trouble is all the real details is hidden in micky mouse libarys so people can type near English words to use the...
here is where im getting confused i think.
void main ()
{
int x = 0;
}
x will retain the value of 0 for he length of the program unless i change it of course
//www.elegoo.com
//2016.12.9
/* @file CustomKeypad.pde
|| @version 1.0
|| @author Alexander Brevig
|| @contact alexanderbrevig@gmail.com
||
|| @description
|| | Demonstrates changing the...
my arduino project has a setup and loop functions. the idea as i understand it is the setup tells the arduino what you want initialized and the loop is continuously run. if i declare a variable i =...
i have written a simple encrypt / decrypt program.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
void EncryptString(char phrase[], char encrypted_phrase[], char key[], int...
im watching these videos produced by a supposed high school instructor he is introducing while loops
he had a code that flashed a red led 5 times and then a yellow led 5 times using two for loops...
as yet i haven't got the arduino its on order. however i have been looking at videos and books.
it seams to me that a lot of the code for setting up the various boards is done globally ie
...
obviously that is aways down the line i haven't even got the arduino yet let alone learned to program anything.
well one of the things i was thinking of doing was having an arduino control various things to be set over the wifi so i could tell the arduino turn my light on away from home. a simple gui for that...
@ niccolo thanks for the info the arduino should be here by the end of the week.
@ click here it would be for mint but i was thinking of eventually writting a gui for my arduino projects but by...
thanks i shall try that
@niccolo its going to have a usb interface as as you said i dont have a serial (rs-232) the ai thing sounds interesting any links?
what would you recommend i learn next then while i wait for my arduino to arrive
im just thinking about the next thing to learn. i don't want to get too deep into c as my overall goal is to do some stuff with the arduino
is it possible to write gui apps in c how does one go about it
any advice for learning c gui stuff or if it can even be done with c
thanks......
i am using version 16.01 as i am in mint and that was the latest release for mint. I do indeed use a project build. I have looked at the build options and it says have g++ follow...
with these numbers
nums[] = {9, 5, 10, 1, 7, 8};
after the double right rotation i get