arduino icon indicating copy to clipboard operation
arduino copied to clipboard

Reusable modules, drivers and patches for the Arduino platform

Results 6 arduino issues
Sort by recently updated
recently updated
newest added

Hi, Impressed with the code .. would like to contribute if possible, but not sure if this project has stalled or has been shelved as see no activity for a...

hello i'm trying to build this metal detector whereas i'm not really able to understand what mean the code, especially the ISR part. However, i think that i'm good whit...

I was not able to find licencing information. For purposes of collaborating and sharing knowledge, it would be a noble act to licence the code under a free or at...

Hi DC42, It is possible to share full schematics of IB Metal Detector and description? I'm interested diameter of MD head, number of turn in a coil and wire size...

unsigned long currentAcc = 0; unsigned int count = 0; unsigned long prevMicros = micros() - sampleInterval ; while (count < numSamples) { if (micros() - prevMicros >= sampleInterval) {...