hexsha
stringlengths
40
40
size
int64
10
794k
ext
stringclasses
1 value
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
5
220
max_stars_repo_name
stringlengths
6
117
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
6
max_stars_count
int64
1
14.7k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 01:20:43
2022-03-31 19:18:09
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-02 05:08:12
2022-03-31 23:57:55
max_issues_repo_path
stringlengths
5
220
max_issues_repo_name
stringlengths
6
117
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
6
max_issues_count
int64
1
3.42k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
5
220
max_forks_repo_name
stringlengths
6
117
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
6
max_forks_count
int64
0
5.94k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:55:08
2022-03-31 23:12:50
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-05 02:59:17
2022-03-31 23:12:50
content
stringlengths
10
794k
avg_line_length
float64
2.9
123
max_line_length
int64
9
497
alphanum_fraction
float64
0.29
0.95
retain
bool
1 class
num_tokens
int64
4
558k
d1826ed104a25ecab917501691663ff53ea0052f
3,331
ino
Arduino
linefollower/linefollower.ino
emmetthitz/linefollower
980137ee978009870fdd67b0cf605b820b5d9659
[ "MIT" ]
null
null
null
linefollower/linefollower.ino
emmetthitz/linefollower
980137ee978009870fdd67b0cf605b820b5d9659
[ "MIT" ]
null
null
null
linefollower/linefollower.ino
emmetthitz/linefollower
980137ee978009870fdd67b0cf605b820b5d9659
[ "MIT" ]
0
null
null
#include <AFMotor.h> AF_DCMotor leftMotor(1); AF_DCMotor rightMotor(2); #define M1_MAX_SPEED 255 #define M2_MAX_SPEED 255 #define M1_DEFAULT_SPEED 125 #define M2_DEFAULT_SPEED 125 #define NUM_SENSORS 5 #define BUFFER_LEN 3 #define CAL_DARK A5 #define CAL_LIGHT A5 #define D_RANGE 20 #define P_SCALE 100 unsigned buf...
22.355705
81
0.625038
true
1,082
7012d26a2ed2f0d58e0073a88bcdda117c830ca0
3,988
ino
Arduino
Arduino/MidiKeys/MidiKeys.ino
SteveCooling/MidiKeys
049673ee58d6b673b2b5e4652693767bc9c5d223
[ "MIT" ]
8
2020-02-25T22:11:09.000Z
2020-05-11T17:53:17.000Z
Arduino/MidiKeys/MidiKeys.ino
SteveCooling/MidiKeys
049673ee58d6b673b2b5e4652693767bc9c5d223
[ "MIT" ]
5
2020-04-25T19:13:30.000Z
2020-06-08T17:55:17.000Z
Arduino/MidiKeys/MidiKeys.ino
SteveCooling/MidiKeys
049673ee58d6b673b2b5e4652693767bc9c5d223
[ "MIT" ]
0
null
null
/** * * test.ino * * Test use of the keyboard scanner library * Uses the MidiUSB extension to send MIDI over USB to the host * Reference: https://www.arduino.cc/en/Reference/MIDIUSB * * Copyright (c) 2020 <morten@bzzt.no> * */ #define NUM_BANKS 16 #define NUM_NOTES 128 //#define SERIAL_DEBUG // When th...
25.081761
100
0.66675
true
1,080
6d69be571f401a91c794b7515e85d84e964e40d9
3,686
ino
Arduino
13/13_example_2/13_example_2.ino
dalbodeule/IED
be71264e82c4fbab3953c340a7529419c684e30a
[ "Unlicense" ]
null
null
null
13/13_example_2/13_example_2.ino
dalbodeule/IED
be71264e82c4fbab3953c340a7529419c684e30a
[ "Unlicense" ]
null
null
null
13/13_example_2/13_example_2.ino
dalbodeule/IED
be71264e82c4fbab3953c340a7529419c684e30a
[ "Unlicense" ]
0
null
null
#include <Servo.h> // Arduino pin assignment #define PIN_LED 9 #define PIN_SERVO 10 #define PIN_TRIG 12 #define PIN_ECHO 13 // configurable parameters #define SND_VEL 346.0 // sound velocity at 24 celsius degree (unit: m/s) #define _INTERVAL_DIST 30 // USS interval (unit: ms) #define _INTERVAL_SERVO 20 // servo...
32.910714
103
0.718937
true
1,003
334c70c883e51cc21ba16fcae035031b2382efa6
1,743
ino
Arduino
system.ino
Alphaproxima/shuuron_minidrone
7b87c3a40f6a9aa2cc9789058616a49cf1a8810d
[ "MIT" ]
null
null
null
system.ino
Alphaproxima/shuuron_minidrone
7b87c3a40f6a9aa2cc9789058616a49cf1a8810d
[ "MIT" ]
null
null
null
system.ino
Alphaproxima/shuuron_minidrone
7b87c3a40f6a9aa2cc9789058616a49cf1a8810d
[ "MIT" ]
0
null
null
/* This example shows how to use continuous mode to take range measurements with the VL53L0X. It is based on vl53l0x_ContinuousRanging_Example.c from the VL53L0X API. The range readings are in units of mm. */ #include <Wire.h> #include <VL53L0X.h> #include <MsTimer2.h> #include <TimerOne.h> VL53L0X sensor; // Light...
21
61
0.641997
true
478
ffdd74c18cb0752ca925efda34504dcb68108c7e
410
ino
Arduino
Code.ino
ishkapoor2000/Motor_Speed_Control_with_TIP120_NPN_Transistor_and_Potentiometer
2a9da3ca34ce68961a14140ed51f33bce5165775
[ "MIT" ]
2
2021-07-11T10:45:01.000Z
2021-09-17T18:45:40.000Z
Code.ino
ishkapoor2000/Motor_Speed_Control_with_TIP120_NPN_Transistor_and_Potentiometer
2a9da3ca34ce68961a14140ed51f33bce5165775
[ "MIT" ]
null
null
null
Code.ino
ishkapoor2000/Motor_Speed_Control_with_TIP120_NPN_Transistor_and_Potentiometer
2a9da3ca34ce68961a14140ed51f33bce5165775
[ "MIT" ]
0
null
null
int outPin = 9; int potIn = A0; // Input pin of Potentiometer int speedVal; // Hold speed value of motor void setup() { pinMode(outPin, OUTPUT); } void loop() { // Read analog input from Potentiometer speedVal = analogRead(potIn); // Map value ot range of [0-255) speedVal = map(speedVal, 0, 1023 ,0...
18.636364
46
0.64878
true
127
bb8fc2201786d22619c8d92f711acc4b467cf8dd
1,477
ino
Arduino
arduino/controlador.ino
Odilio/ventilador-mercanico-covid19
a7e1a4efcd0ca98b3a73652315c1e3a5b99a1111
[ "MIT" ]
1
2020-04-01T11:19:34.000Z
2020-04-01T11:19:34.000Z
arduino/controlador.ino
Odilio/ventilador-mercanico-covid19
a7e1a4efcd0ca98b3a73652315c1e3a5b99a1111
[ "MIT" ]
null
null
null
arduino/controlador.ino
Odilio/ventilador-mercanico-covid19
a7e1a4efcd0ca98b3a73652315c1e3a5b99a1111
[ "MIT" ]
0
null
null
#include <Servo.h> Servo myservo; //variaveis #define rate 16 // ciclos de respiração por minuto #define enable_motor true #define max_speed 180 #define min_speed 0 #define PEEP_speed 40 //aproximadamente 5cm/H2O #define led_pin 13 #define button_pin A5 #define current_pin A0 #define servo_pin 3 #define serial_bau...
29.54
106
0.612729
true
376
4d1b57a6ac0cc2b45f62d1e814ba7d2ef6658768
828
ino
Arduino
bsp_tester/bsp_tester.ino
nathandunk/BetterSerialPlotter
31b023d834178286ffe0a6703f21f9b082d1bb58
[ "MIT" ]
23
2021-09-22T07:17:26.000Z
2022-03-12T12:05:24.000Z
bsp_tester/bsp_tester.ino
nathandunk/BetterSerialPlotter
31b023d834178286ffe0a6703f21f9b082d1bb58
[ "MIT" ]
2
2021-11-22T17:51:46.000Z
2021-11-28T19:27:11.000Z
bsp_tester/bsp_tester.ino
nathandunk/BetterSerialPlotter
31b023d834178286ffe0a6703f21f9b082d1bb58
[ "MIT" ]
3
2021-12-23T15:43:54.000Z
2022-03-18T10:47:02.000Z
// Better Serial Plotter example code // https://github.com/nathandunk/BetterSerialPlotter void setup(){ Serial.begin(9600); } void loop(){ float t = millis()/1000.0; // get program time Serial.print(t); // output time in seconds as first variable Serial.print(" "); // add spacing b...
33.12
95
0.63285
true
209
ef9b1ff7e9bde63dc82bafb4cd4c3d0982feb319
8,202
ino
Arduino
sketch_steppingmotor/sketch_steppingmotor.ino
g200kg/arduino-stepping-motor
4a05cf34501199c079b3438162ec9b2618d6b6c9
[ "MIT" ]
3
2020-02-12T11:00:11.000Z
2020-09-12T23:43:21.000Z
sketch_steppingmotor/sketch_steppingmotor.ino
g200kg/arduino-stepping-motor
4a05cf34501199c079b3438162ec9b2618d6b6c9
[ "MIT" ]
null
null
null
sketch_steppingmotor/sketch_steppingmotor.ino
g200kg/arduino-stepping-motor
4a05cf34501199c079b3438162ec9b2618d6b6c9
[ "MIT" ]
0
null
null
// Stepping Motor Driver with I2C Slave Interface for Arduino // // This software runs arudino as an i2c slave device. // It works by sending commands from i2c host device connected to arduino // * Supposed to use with "EasyDriver" or some other DIR/CLK type driver chip. // * Single axis stepping motor driver. // ...
28.578397
107
0.580102
true
2,305
1fd201e349437c94f4376438b2ef61f93c16f58a
381
ino
Arduino
GeneralSensors/NaiveCalculation/NaiveCalculation.ino
karolifi/Examples
b7c5880fce92256b7a5e2bd8614d572b2c5f90e4
[ "Apache-2.0" ]
1
2016-01-11T15:53:50.000Z
2016-01-11T15:53:50.000Z
GeneralSensors/NaiveCalculation/NaiveCalculation.ino
karolifi/Examples
b7c5880fce92256b7a5e2bd8614d572b2c5f90e4
[ "Apache-2.0" ]
null
null
null
GeneralSensors/NaiveCalculation/NaiveCalculation.ino
karolifi/Examples
b7c5880fce92256b7a5e2bd8614d572b2c5f90e4
[ "Apache-2.0" ]
4
2015-02-25T15:55:28.000Z
2018-04-10T07:50:46.000Z
float reading, voltage, temp;     void setup(){ }     void loop(){   reading=analogRead(A0);          // Leser av spenningen på A0   voltage=reading/204.6;          // Regner om avlesning til spenning   temp=( voltage * 40 ) - 100;    // Tallet 40 er 200/5 som tilsvarer antall grader per volt }                        ...
29.307692
92
0.585302
true
123
311046a5fa27d7823dfb2e341434a98235f46528
1,395
ino
Arduino
archive versions/version 0.1/code_v_0.1/mqtt.ino
yuri-afanasiev/sonoff-pow-r2
27041a52a8fd433da4f7558a72336e24ad36740a
[ "Unlicense" ]
8
2019-03-05T16:16:58.000Z
2022-03-05T20:31:53.000Z
archive versions/version 0.1/code_v_0.1/mqtt.ino
yuri-afanasiev/sonoff-pow-r2
27041a52a8fd433da4f7558a72336e24ad36740a
[ "Unlicense" ]
1
2020-11-14T07:50:39.000Z
2020-11-14T21:12:21.000Z
archive versions/version 0.1/code_v_0.1/mqtt.ino
yuri-afanasiev/sonoff-pow-r2
27041a52a8fd433da4f7558a72336e24ad36740a
[ "Unlicense" ]
3
2020-10-31T19:40:20.000Z
2021-12-21T13:46:17.000Z
void mqtt_connect(){// подключение к MQTT серверу mqttclient.set_server(mqw2,mqw3); if (mqttclient.connect(MQTT::Connect(mqw6).set_auth(mqw4.c_str(), mqw5.c_str()))) { mqttclient.set_callback(callback); //Serial.println("Connected to MQTT server "); // подписываемся под топики...
38.75
88
0.608602
true
349
28b6d8a98100a08bc97299aeef237ffcae096981
4,053
ino
Arduino
firmware/InteractiveSwords2/InteractiveSwords2.ino
gatechipdl/InteractiveSwords
54b1e3dd0bf38eac106c0f53ff739ac0b710d996
[ "MIT" ]
null
null
null
firmware/InteractiveSwords2/InteractiveSwords2.ino
gatechipdl/InteractiveSwords
54b1e3dd0bf38eac106c0f53ff739ac0b710d996
[ "MIT" ]
null
null
null
firmware/InteractiveSwords2/InteractiveSwords2.ino
gatechipdl/InteractiveSwords
54b1e3dd0bf38eac106c0f53ff739ac0b710d996
[ "MIT" ]
0
null
null
/* * Sketch to create an interactive sword with event based outputs * * Hardware requirements: * - Adafruit Circuit Playground * * Software requirements: * - Adafruit Circuit Playground library * * * Written by Matthew Swarts, 2016 * License: MIT License (https://opensource.org/licenses/MIT) *...
27.385135
110
0.691586
true
1,138
7bebd2859c91d291e7428e381fd9025228c380b4
401
ino
Arduino
Arduino-Development/Adda/Adda.ino
takuron/Lesson
226078131d240d07d3b0025eaed8cdeba998a2c4
[ "MIT" ]
null
null
null
Arduino-Development/Adda/Adda.ino
takuron/Lesson
226078131d240d07d3b0025eaed8cdeba998a2c4
[ "MIT" ]
null
null
null
Arduino-Development/Adda/Adda.ino
takuron/Lesson
226078131d240d07d3b0025eaed8cdeba998a2c4
[ "MIT" ]
0
null
null
//DA输出0-3.3,AD采样后通过串口显示 //connect GPIO36 to GPIO25 int adPin=36; int daPin=25; int adValue; uint8_t daValue=0; void setup() { // put your setup code here, to run once: Serial.begin(115200); } void loop() { // put your main code here, to run repeatedly: dacWrite(daPin,daValue); daValue++; adValue=analogRead...
19.095238
48
0.688279
true
133
8f918c88d5ced84904dbcb71662b4d1ce8f8a7be
1,849
ino
Arduino
kit-attiny/kit-attiny.ino
arielivandiaz/Kit-Didactico-Electronica-Industrial
ecbc5686ff0bf6b5cffd4923af30a40b759a29bb
[ "MIT" ]
null
null
null
kit-attiny/kit-attiny.ino
arielivandiaz/Kit-Didactico-Electronica-Industrial
ecbc5686ff0bf6b5cffd4923af30a40b759a29bb
[ "MIT" ]
null
null
null
kit-attiny/kit-attiny.ino
arielivandiaz/Kit-Didactico-Electronica-Industrial
ecbc5686ff0bf6b5cffd4923af30a40b759a29bb
[ "MIT" ]
0
null
null
/* * Autor: Ariel Ivan Diaz * Documentación: https://github.com/arielivandiaz/Kit-Didactico-Electronica-Industrial * Año: 2019 */ #include <SoftwareSerial.h> #define inputSize 10 #define outputSize 10 int outputPin = 0; int inputResult = 0; int outputResult = 0; int outputWrite = 0; int inputFloat = 0; in...
19.670213
87
0.623039
true
578
be5a71ff06fe591d40b4fe43e239438773b5873e
3,233
ino
Arduino
arduino/smartcar/smartcar.ino
DIT113-V22/group-04
92b177125a922ae25e955fdfe1aed70efeca5cc7
[ "MIT" ]
4
2022-03-23T22:14:37.000Z
2022-03-25T09:34:05.000Z
arduino/smartcar/smartcar.ino
DIT113-V22/group-04
92b177125a922ae25e955fdfe1aed70efeca5cc7
[ "MIT" ]
null
null
null
arduino/smartcar/smartcar.ino
DIT113-V22/group-04
92b177125a922ae25e955fdfe1aed70efeca5cc7
[ "MIT" ]
1
2022-03-28T12:32:15.000Z
2022-03-28T12:32:15.000Z
#include <MQTT.h> #include <WiFi.h> #include <Smartcar.h> #ifdef __SMCE__ #include <OV767X.h> #endif //Variable declaration WiFiClient net; MQTTClient mqtt; const char ssid[] = ""; const char pass[] = ""; const unsigned long PULSES_PER_METER = 40; const unsigned int OFFSET = 0; const auto oneSecond = 1000UL; #ifdef...
27.632479
131
0.694401
true
823
77d8b7de3eaf6caae251e655ae9da4348d2e4314
498
ino
Arduino
blynk/blynk.ino
pedrominatel/oficina-campus-party-2017
a37f551fa88f3abffe54bacae87848512d24bd6a
[ "Apache-2.0" ]
1
2017-07-02T15:25:26.000Z
2017-07-02T15:25:26.000Z
blynk/blynk.ino
pedrominatel/oficina-campus-party-2017
a37f551fa88f3abffe54bacae87848512d24bd6a
[ "Apache-2.0" ]
null
null
null
blynk/blynk.ino
pedrominatel/oficina-campus-party-2017
a37f551fa88f3abffe54bacae87848512d24bd6a
[ "Apache-2.0" ]
0
null
null
#define BLYNK_PRINT Serial // Comment this out to disable prints and save space #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> // You should get Auth Token in the Blynk App. // Go to the Project Settings (nut icon). char auth[] = "coloque-aqui-a-blynk-key"; // Your WiFi credentials. // Set password to ""...
20.75
82
0.686747
true
140
62a13fac152fc1c1dff9451ece78be537765e686
1,494
ino
Arduino
Project 0.9/ultrasonic_sensor_test/ultrasonic_sensor_test.ino
Hussein-Ben/Proxicane
57aa8e9c58561b0736c2fed7822413a7f66011f2
[ "Unlicense" ]
1
2019-05-17T11:15:43.000Z
2019-05-17T11:15:43.000Z
Project 0.9/ultrasonic_sensor_test/ultrasonic_sensor_test.ino
Hussein-Ben/Proxicane
57aa8e9c58561b0736c2fed7822413a7f66011f2
[ "Unlicense" ]
null
null
null
Project 0.9/ultrasonic_sensor_test/ultrasonic_sensor_test.ino
Hussein-Ben/Proxicane
57aa8e9c58561b0736c2fed7822413a7f66011f2
[ "Unlicense" ]
1
2019-11-05T16:24:48.000Z
2019-11-05T16:24:48.000Z
/* created by Rui Santos, https://randomnerdtutorials.com Complete Guide for Ultrasonic Sensor HC-SR04 Ultrasonic sensor Pins: VCC: +5VDC Trig : Trigger (INPUT) - Pin11 Echo: Echo (OUTPUT) - Pin 12 GND: GND */ int trigPin = 9; // Trigger int echoPin = 8; // Echo int vi...
24.491803
72
0.665328
true
415
c4321ae72186b2f34baf033158838e7becc316ec
1,256
ino
Arduino
eightMinutes/eightMinutes.ino
tigoe/BeihangWorkshop
c0b675bbf7a0c07e4709b41e6e16611d24593872
[ "MIT" ]
null
null
null
eightMinutes/eightMinutes.ino
tigoe/BeihangWorkshop
c0b675bbf7a0c07e4709b41e6e16611d24593872
[ "MIT" ]
null
null
null
eightMinutes/eightMinutes.ino
tigoe/BeihangWorkshop
c0b675bbf7a0c07e4709b41e6e16611d24593872
[ "MIT" ]
1
2019-07-17T16:24:54.000Z
2019-07-17T16:24:54.000Z
int current = 0; int previous = 0; int nextLight = 0; void setup() { // put your setup code here, to run once: } void loop() { if (current < 60) { current++; } else { current = 0; } // put your main code here, to run repeatedly: if (current > previous) { if (current - previous >= 8) { /...
21.655172
73
0.56051
true
330
407fe0714dc09e98df481235dcc5be71ad988a98
604
ino
Arduino
rain_mega/rain_mega.ino
abhayagarwal5/smartFarm
5882058b61558ea8e705ddb8009374983b2d877c
[ "MIT" ]
null
null
null
rain_mega/rain_mega.ino
abhayagarwal5/smartFarm
5882058b61558ea8e705ddb8009374983b2d877c
[ "MIT" ]
null
null
null
rain_mega/rain_mega.ino
abhayagarwal5/smartFarm
5882058b61558ea8e705ddb8009374983b2d877c
[ "MIT" ]
0
null
null
int flag=0; void setup() { // put your setup code here, to run once: Serial.begin(9600); pinMode(47,OUTPUT); //in1,in3 pinMode(49,OUTPUT); //in2,in4 pinMode(51,INPUT); //rain sensor } void loop() { // put your main code here, to run repeatedly: digitalWrite(47,LOW); digitalWrite(49,LO...
19.483871
49
0.572848
true
179
5210e19b51d5a74968f609972e99d17f4a8ea439
3,322
ino
Arduino
src/Project-v3.ino
brizzapop/CS-207-project
b56e6174f832083ff5c9779f71223210ff6d9f88
[ "MIT" ]
null
null
null
src/Project-v3.ino
brizzapop/CS-207-project
b56e6174f832083ff5c9779f71223210ff6d9f88
[ "MIT" ]
null
null
null
src/Project-v3.ino
brizzapop/CS-207-project
b56e6174f832083ff5c9779f71223210ff6d9f88
[ "MIT" ]
0
null
null
#include "pitches.h" #define ACTIVATED LOW const int PIEZO = 11; const int LED = 13; int buttonSong = 8; const int BUTTON_A = 6; const int BUTTON_G = 5; const int BUTTON_F = 4; const int BUTTON_E = 3; const int BUTTON_D = 2; int ledState = 0; int ledOn = false; // notes in the melody: int melody[] = { NOTE_D4, NOT...
24.791045
107
0.655027
true
1,444
3f5c8cab2e53f579603f6b77d7579910dd4277b9
12,962
ino
Arduino
arduino-youtube-clock.ino
reatlat/arduino-youtube-clock
a52745e820aedbfde48e4d43026800441164b115
[ "MIT" ]
null
null
null
arduino-youtube-clock.ino
reatlat/arduino-youtube-clock
a52745e820aedbfde48e4d43026800441164b115
[ "MIT" ]
null
null
null
arduino-youtube-clock.ino
reatlat/arduino-youtube-clock
a52745e820aedbfde48e4d43026800441164b115
[ "MIT" ]
1
2020-10-27T19:54:20.000Z
2020-10-27T19:54:20.000Z
/* YouTube API counter + clock (c) 2020 Alex Zappa <reatlat@gmail.com> (fork) 2017 Pawel A. Hernik https://github.com/reatlat/arduino-youtube-clock ------------------------ ESP-01 pinout: GPIO 2 - DataIn GPIO 1 - LOAD/CS GPIO 0 - CLK ------------------------ NodeMCU 1.0 pinout: D8 - DataIn ...
28.804444
116
0.459188
true
3,403
9b9a98827579a1e20b5841159cac674745130bef
11,002
ino
Arduino
arduino-proxy/oximeter-bt-proxy/oximeter-bt-proxy.ino
pythag/pc-60fw
0902c6ead79ca4070e44b45e94f00404156dbccf
[ "MIT" ]
1
2021-11-04T00:38:34.000Z
2021-11-04T00:38:34.000Z
arduino-proxy/oximeter-bt-proxy/oximeter-bt-proxy.ino
pythag/pc-60fw
0902c6ead79ca4070e44b45e94f00404156dbccf
[ "MIT" ]
1
2021-11-04T01:33:28.000Z
2021-11-04T01:33:28.000Z
arduino-proxy/oximeter-bt-proxy/oximeter-bt-proxy.ino
pythag/pc-60fw
0902c6ead79ca4070e44b45e94f00404156dbccf
[ "MIT" ]
0
null
null
/* Simple BLE client application that connects to a PC-60FW Viatom Fingertip * Pulse Oximeter and relays live SPO2 and pulse readings to your chosen * host over the internet. * * The BLE code is largely copied from the ESP32 BLE Arduino/BLE_client * example (author unknown). * * This p...
33.238671
143
0.710235
true
2,725
b45108fe95992ed15b709893a8ebcf79935270d5
20,867
ino
Arduino
sixtemp_sensor.ino
jozef/sixtemp_sensor
c958a3d81f7c8892eb5b1e8c0d2ef6a6208b8be7
[ "MIT" ]
null
null
null
sixtemp_sensor.ino
jozef/sixtemp_sensor
c958a3d81f7c8892eb5b1e8c0d2ef6a6208b8be7
[ "MIT" ]
null
null
null
sixtemp_sensor.ino
jozef/sixtemp_sensor
c958a3d81f7c8892eb5b1e8c0d2ef6a6208b8be7
[ "MIT" ]
0
null
null
/* sixtemp_sensor.ino - read up to six 1-wire temperature sensors using Arduino and show their status using R(G)B led (see below for documentation) */ #include <Arduino.h> #include <Wire.h> #include <OneWire.h> #include <EEPROM.h> #include <DallasTemperature.h> #include <UpTime.h> ...
26.821337
141
0.565917
true
5,880
9295ff88cbdd1ed652069703cf916ae9d5b260a3
7,032
ino
Arduino
Element14_LoRaSlocks_MKRTransmitter_Extended_v2.ino
Gerriko/LoRasLocks-MKR1300
6c85197c8f9cfb685f51f31251091fa07b0a97a5
[ "MIT" ]
1
2019-07-05T09:06:18.000Z
2019-07-05T09:06:18.000Z
Element14_LoRaSlocks_MKRTransmitter_Extended_v2.ino
Gerriko/LoRasLocks-MKR1300
6c85197c8f9cfb685f51f31251091fa07b0a97a5
[ "MIT" ]
null
null
null
Element14_LoRaSlocks_MKRTransmitter_Extended_v2.ino
Gerriko/LoRasLocks-MKR1300
6c85197c8f9cfb685f51f31251091fa07b0a97a5
[ "MIT" ]
0
null
null
/* ======================================== * * Copyright Gerrikoio, January 2019 * This code is based on the LoRa SendListen example * Sends a message and then listens for a response. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated docu...
27.361868
130
0.542662
true
1,774
8a4352c137697b3a2030e2006a25e46cec696ffe
2,714
ino
Arduino
statBikeMonitor.ino
olirpunkt/tacxMonitor
10f075a3b7e15e919e18add64c91c4379b5305ed
[ "MIT" ]
null
null
null
statBikeMonitor.ino
olirpunkt/tacxMonitor
10f075a3b7e15e919e18add64c91c4379b5305ed
[ "MIT" ]
null
null
null
statBikeMonitor.ino
olirpunkt/tacxMonitor
10f075a3b7e15e919e18add64c91c4379b5305ed
[ "MIT" ]
0
null
null
#include <ESP8266WiFi.h> #include <WebSocketClient.h> #include "config.h" /* all settings made in config.h const char* SSID = ""; const char* PSK = ""; char* host = ""; */ boolean handshakeFailed=0; String data= ""; char path[] = "/"; const int espport= 3000; WebSocketClient webSocketClient; unsigned long interv...
21.203125
85
0.675018
true
734
f570c762d4195239aab374105750b3ec9c06edda
3,778
ino
Arduino
arduinoPrograms/MP3Control/MP3Control.ino
gavingavinchan/lusca
9706dff5182eea850dfaa8d3a5b4cb5e9f9397c3
[ "MIT" ]
null
null
null
arduinoPrograms/MP3Control/MP3Control.ino
gavingavinchan/lusca
9706dff5182eea850dfaa8d3a5b4cb5e9f9397c3
[ "MIT" ]
null
null
null
arduinoPrograms/MP3Control/MP3Control.ino
gavingavinchan/lusca
9706dff5182eea850dfaa8d3a5b4cb5e9f9397c3
[ "MIT" ]
1
2019-04-25T04:53:04.000Z
2019-04-25T04:53:04.000Z
/** * function: * 1. I2c slave to sent PWM to motor control or turn on/off light with PWM * 2. Use EEPROM to rewrite its I2c address * 3. simple blink on command to check if it's alive * * How to send byte value to turn motor or turn on/off light * 1. send 0x00 * 2. send...
27.779412
93
0.594759
true
1,116
1e98e8541cd9e25c7d8f3e43f43aec2e8de08371
6,000
ino
Arduino
din.ino
jeremybernstein/Matrix-Ctrlr
f1718ba272aa3f0af39960ba1b5eaa82919ed5b8
[ "MIT" ]
2
2017-09-25T23:29:14.000Z
2020-05-23T10:17:22.000Z
din.ino
jeremybernstein/Matrix-Ctrlr
f1718ba272aa3f0af39960ba1b5eaa82919ed5b8
[ "MIT" ]
null
null
null
din.ino
jeremybernstein/Matrix-Ctrlr
f1718ba272aa3f0af39960ba1b5eaa82919ed5b8
[ "MIT" ]
1
2020-03-14T20:37:40.000Z
2020-03-14T20:37:40.000Z
//#include <cmios.h> //#include "main.h" #include "pots.h" //#include "lcd.h" #include "din.h" #include "chaosmatrix.h" //#include "midi.h" //#include "device.h" const char DinDescription0 [] PROGMEM = " DCO2 WAVEFORM "; // din_pin 0 const char DinDescription1 [] PROGMEM = " _F1_ "; // 1 const char DinDescrip...
37.735849
147
0.671167
true
1,929
6cfdf079728c4b48d09f8cc7482cc0823978b576
2,678
ino
Arduino
Arduino/line-tracing/line-tracing.ino
iangohy/Misc
98a31da4943ca6aded8b3aa4db0849526d96b726
[ "MIT" ]
2
2019-11-27T23:15:03.000Z
2021-04-05T04:40:30.000Z
Arduino/line-tracing/line-tracing.ino
iangohy/Misc
98a31da4943ca6aded8b3aa4db0849526d96b726
[ "MIT" ]
1
2020-03-09T14:28:21.000Z
2020-03-09T14:28:21.000Z
Arduino/line-tracing/line-tracing.ino
iangohy/Misc
98a31da4943ca6aded8b3aa4db0849526d96b726
[ "MIT" ]
2
2021-04-05T04:39:54.000Z
2021-04-05T09:17:16.000Z
const int irPins[5] = {8,9,10,11,12}; int irDigital[5] = {0,0,0,0,0}; int irSensors = B00000; //Motor control pins const int in1 = 4; const int in2 = 5; const int in3 = 6; const int in4 = 7; int state = 0; //0 for stop, 1 for forward, 2 for slow left, 3 for slow right, 4 for fast left, 5 for fast right void setup() ...
19.128571
112
0.647125
true
854
db72724be8413555b4f65619bd7aae1cca0734b2
6,488
ino
Arduino
siegeOS.ino
JaredTheWolf/siegeOS
143da3cf1b2495e3eeff2b2168a3b50c5494ed58
[ "MIT" ]
2
2021-02-08T20:05:56.000Z
2022-02-17T13:55:00.000Z
siegeOS.ino
JaredTheWolf/siegeOS
143da3cf1b2495e3eeff2b2168a3b50c5494ed58
[ "MIT" ]
null
null
null
siegeOS.ino
JaredTheWolf/siegeOS
143da3cf1b2495e3eeff2b2168a3b50c5494ed58
[ "MIT" ]
2
2020-06-14T14:55:10.000Z
2020-06-16T00:30:53.000Z
#include <LedControl.h> #include <binary.h> int lcDIN = 10; int lcCS = 9; int lcCLK = 8; int lc2DIN = 7; int lc2CS = 6; int lc2CLK = 5; LedControl lc = LedControl(lcDIN,lcCLK,lcCS,7); // DIN CLK CS DISPNUM LedControl lc2 = LedControl(lc2DIN,lc2CLK,lc2CS,7); // DIN CLK CS DISPNUM int dispBrightness = 15; // Adjust ...
32.767677
113
0.734279
true
2,144
889208a70e493584e9480d670aa3f671ffac6388
4,250
ino
Arduino
Code/Arduino/Individuals/Monster_Motor_Driver/Monster_Motor_Driver.ino
nickiliopoulosedu/EnvironmentAll.github.io
abe35fc4fb938bb41b516d180a7d5bde38140574
[ "CC-BY-4.0" ]
4
2020-08-12T14:08:39.000Z
2020-11-28T10:07:14.000Z
Code/Arduino/Individuals/Monster_Motor_Driver/Monster_Motor_Driver.ino
nickiliopoulosedu/EnvironmentAll.github.io
abe35fc4fb938bb41b516d180a7d5bde38140574
[ "CC-BY-4.0" ]
null
null
null
Code/Arduino/Individuals/Monster_Motor_Driver/Monster_Motor_Driver.ino
nickiliopoulosedu/EnvironmentAll.github.io
abe35fc4fb938bb41b516d180a7d5bde38140574
[ "CC-BY-4.0" ]
1
2020-10-14T18:02:00.000Z
2020-10-14T18:02:00.000Z
#define BRAKE 0 #define CW 1 #define CCW 2 #define TR 3 #define TL 4 #define CS_THRESHOLD 15 //MOTOR 1 #define MOTOR_A1_PIN 8 #define MOTOR_B1_PIN 7 //MOTOR 2 #define MOTOR_A2_PIN 6 //4 #define MOTOR_B2_PIN 12 #define PWM_MOTOR_1 11 //5 #define PWM_MOTOR_2 9 #define CURRENT_SEN_1 A2 #d...
20.531401
165
0.599529
true
1,201
bbe02a32bedaef9f2b6d41593f663425f5fb154c
2,099
ino
Arduino
source_code/sender_LowPower_prod/sender_LowPower_prod.ino
Alex1942/ardu_AWS
ba5a629c1cd08c32e0d7dc056f7c9b59174952cb
[ "MIT" ]
null
null
null
source_code/sender_LowPower_prod/sender_LowPower_prod.ino
Alex1942/ardu_AWS
ba5a629c1cd08c32e0d7dc056f7c9b59174952cb
[ "MIT" ]
null
null
null
source_code/sender_LowPower_prod/sender_LowPower_prod.ino
Alex1942/ardu_AWS
ba5a629c1cd08c32e0d7dc056f7c9b59174952cb
[ "MIT" ]
0
null
null
/* v.1.1.1 Transmitter for the meteorological station. Uses the RF24 module transmitter to send data from the sensors. */ // This code is more power efficient since it uses the low power library but is not tested // UPDATE: CODE TESTED AND IT WORKS #include "ClosedCube_HDC1080.h" #include <Adafruit_BMP085.h> #in...
23.322222
90
0.666508
true
578
a627480f588f06d24b833e23f3b91de119f53224
6,413
ino
Arduino
SensorBasics/MPU-9250_test/MPU-9250_test.ino
srnrtkmh/RoomSeeker
b0b61a7008cd81fbde7280d6f2965ea1b31e0ed8
[ "BSD-3-Clause" ]
null
null
null
SensorBasics/MPU-9250_test/MPU-9250_test.ino
srnrtkmh/RoomSeeker
b0b61a7008cd81fbde7280d6f2965ea1b31e0ed8
[ "BSD-3-Clause" ]
null
null
null
SensorBasics/MPU-9250_test/MPU-9250_test.ino
srnrtkmh/RoomSeeker
b0b61a7008cd81fbde7280d6f2965ea1b31e0ed8
[ "BSD-3-Clause" ]
0
null
null
//akiracing.com (無断転載を禁ず) #include <Wire.h> /////////////////////////MPU9250//////////////////////////// #define MPU9250_ADDRESS 0x68//I2CでのMPU9250のスレーブアドレス #define PWR_MGMT_1 0x6b//電源管理のアドレス,スリープモード解除用 #define INT_PIN_CFG 0x37//磁気センサのバイパスモード設定用のアドレス #define ACCEL_CONFIG 0x1c//加速度センサ設定用のアドレス #define ACCEL_FS_SEL_2G...
36.645714
127
0.694995
true
2,810
b597d3abb646d89d0b368f60b7cb2642c8ae658f
1,127
ino
Arduino
2.4_inchLCD_Shield/Calculator_preparation/Calculator_preparation.ino
BoykoNeov/Arduino-AVR
7923dc98f3aa4185fe58c8ab8a02080fffd59ac6
[ "MIT" ]
null
null
null
2.4_inchLCD_Shield/Calculator_preparation/Calculator_preparation.ino
BoykoNeov/Arduino-AVR
7923dc98f3aa4185fe58c8ab8a02080fffd59ac6
[ "MIT" ]
null
null
null
2.4_inchLCD_Shield/Calculator_preparation/Calculator_preparation.ino
BoykoNeov/Arduino-AVR
7923dc98f3aa4185fe58c8ab8a02080fffd59ac6
[ "MIT" ]
0
null
null
#define LCD_CS A3 #define LCD_CD A2 #define LCD_WR A1 #define LCD_RD A0 // you can also just connect RESET to the arduino RESET pin #define LCD_RESET A4 //Duemilanove/Diecimila/UNO/etc ('168 and '328 chips) microcontoller: // Color definitions #define BLACK 0x0000 #define BLUE 0x001...
20.490909
69
0.638864
true
349
ed3c15d6da238f31d107caf905a374b690b297d0
2,645
ino
Arduino
examples/eModbus_Test/eModbus_Test.ino
Thermelgy-Repo/eModbus
fe42871088133e7dd7d46f0e9f377cf53ed089fb
[ "MIT" ]
null
null
null
examples/eModbus_Test/eModbus_Test.ino
Thermelgy-Repo/eModbus
fe42871088133e7dd7d46f0e9f377cf53ed089fb
[ "MIT" ]
null
null
null
examples/eModbus_Test/eModbus_Test.ino
Thermelgy-Repo/eModbus
fe42871088133e7dd7d46f0e9f377cf53ed089fb
[ "MIT" ]
0
null
null
// ================================================================================================= // eModbus: Copyright 2020 by Michael Harwerth, Bert Melis and the contributors to ModbusClient // MIT license - see license.md for details // =============================================================...
23.828829
111
0.620038
true
730
11b6ae9db0ac3b9e5e7eac829956112009e4e0bd
3,693
ino
Arduino
ikbd2usb/ikbd2usb.ino
kelihlodversson/teensyIKBD
93433e7fc901ea1449c73b3825fcbe2b03766bd2
[ "MIT" ]
1
2020-09-22T22:08:05.000Z
2020-09-22T22:08:05.000Z
ikbd2usb/ikbd2usb.ino
kelihlodversson/teensyIKBD
93433e7fc901ea1449c73b3825fcbe2b03766bd2
[ "MIT" ]
1
2016-03-14T21:07:52.000Z
2016-03-14T21:07:52.000Z
ikbd2usb/ikbd2usb.ino
kelihlodversson/teensyIKBD
93433e7fc901ea1449c73b3825fcbe2b03766bd2
[ "MIT" ]
1
2020-02-26T06:49:46.000Z
2020-02-26T06:49:46.000Z
// set this to the hardware serial port you wish to use #define HWSERIAL Serial1 extern uint16_t keymap[]; extern uint8_t keyboard_report_data[]; void setup() { Serial.begin(9600); HWSERIAL.begin(7812.5); Joystick.hat(-1); // Seems the lib initializes the hat value to 0 which is recognized as dpad up. } void lo...
27.154412
99
0.539399
true
951
2f75f1fcf8c6002887b400cb86dcb00025434706
2,880
ino
Arduino
examples/leo_echo/leo_echo.ino
aaronlee1/Adafruit-GPS-Library
ad5e4caef8e38cbfcc7bb9ac25576104e702db13
[ "BSD-3-Clause" ]
2
2021-09-14T14:51:57.000Z
2021-11-17T10:43:26.000Z
examples/leo_echo/leo_echo.ino
aaronlee1/Adafruit-GPS-Library
ad5e4caef8e38cbfcc7bb9ac25576104e702db13
[ "BSD-3-Clause" ]
null
null
null
examples/leo_echo/leo_echo.ino
aaronlee1/Adafruit-GPS-Library
ad5e4caef8e38cbfcc7bb9ac25576104e702db13
[ "BSD-3-Clause" ]
0
null
null
// Test code for Adafruit GPS modules using MTK3329/MTK3339 driver // // This code just echos whatever is coming from the GPS unit to the // serial monitor, handy for debugging! // // Tested and works great with the Adafruit Ultimate GPS module // using MTK33x9 chipset // ------> http://www.adafruit.com/products/746...
36.923077
100
0.721528
true
778
e413de125c91e5691c7e5218cdb3fa93d6d4059c
5,762
ino
Arduino
FSTOF2003C0I/foxconn_fstof2003c0i_demo.ino
sharpsensoruser/sharp-sensor-demos
aec929c7db8b740c12b2f958a0d3ef622b8008bd
[ "MIT" ]
62
2018-12-25T09:52:22.000Z
2022-03-25T11:05:37.000Z
FSTOF2003C0I/foxconn_fstof2003c0i_demo.ino
sharpsensoruser/sharp-sensor-demos
aec929c7db8b740c12b2f958a0d3ef622b8008bd
[ "MIT" ]
null
null
null
FSTOF2003C0I/foxconn_fstof2003c0i_demo.ino
sharpsensoruser/sharp-sensor-demos
aec929c7db8b740c12b2f958a0d3ef622b8008bd
[ "MIT" ]
29
2019-01-29T05:40:09.000Z
2022-02-11T07:23:03.000Z
///////////////////////////////////////////////////////////////////////////// // Foxconn FSTOF2003C0I TOF Module Demo (I2C) // // Board Connection: // Arduino FSTOF2003C0I // 3.3V Pin 1 - VDD // GND Pin 2 - GND // SDA Pin 3 - SDA Use 3.3V logic level converter // SCL Pin 4 -...
30.010417
78
0.600833
true
1,496
63ff25dc7d02a7c722d64d6e58b4be5dbc2ba170
776
ino
Arduino
examples/T3BTuner_Nextion/T3BTuner_Nextion.ino
RTwTools/T3BTuner
8b1c365ce14184a6a1e968e46c4265fd7764c074
[ "BSD-3-Clause" ]
4
2019-06-25T05:58:28.000Z
2022-03-19T20:32:19.000Z
examples/T3BTuner_Nextion/T3BTuner_Nextion.ino
RTwTools/T3BTuner
8b1c365ce14184a6a1e968e46c4265fd7764c074
[ "BSD-3-Clause" ]
null
null
null
examples/T3BTuner_Nextion/T3BTuner_Nextion.ino
RTwTools/T3BTuner
8b1c365ce14184a6a1e968e46c4265fd7764c074
[ "BSD-3-Clause" ]
0
null
null
#include "Nextion.h" #include "SerialStream.h" #include "T3BTuner.h" #include <SoftwareSerial.h> // Nextion display is connected to the default HardwareSerial -> Serial static uint8_t const PinMute = 2U; static uint8_t const PinReset = 3U; static uint8_t const PinTunerTx = 8U; static uint8_t const PinTunerRx = 9U; au...
22.823529
71
0.728093
true
215
e4cbafeee010a6114dc2bff023bda6cbe8cdb4f0
4,669
ino
Arduino
enocean-osem-esp8266.ino
ubergesundheit/enocean-osem-esp8266
d409f6eaebf78f57cc43fc7fcc1cf65b84c44fb4
[ "MIT" ]
null
null
null
enocean-osem-esp8266.ino
ubergesundheit/enocean-osem-esp8266
d409f6eaebf78f57cc43fc7fcc1cf65b84c44fb4
[ "MIT" ]
null
null
null
enocean-osem-esp8266.ino
ubergesundheit/enocean-osem-esp8266
d409f6eaebf78f57cc43fc7fcc1cf65b84c44fb4
[ "MIT" ]
0
null
null
#include <Arduino.h> #include <ESP8266WiFi.h> #include <SoftwareSerial.h> #include "arduino_secrets.h" #include <ArduinoHttpClient.h> #include <WiFiClientSecure.h> // Uncomment to enable verbose decoding information // #define ENABLE_DEBUG ///////please enter your sensitive data in the Secret tab/arduino_secrets.h ...
24.317708
78
0.642536
true
1,294
544cd9540232f244d8fee6d8dbd76181e096822e
802
ino
Arduino
Shift_register/examples/running_light/running_light.ino
Floooooo24/Shift-register
4f25a74c0d5bc0ee2a994bc200c01cd122dcfdc6
[ "MIT" ]
null
null
null
Shift_register/examples/running_light/running_light.ino
Floooooo24/Shift-register
4f25a74c0d5bc0ee2a994bc200c01cd122dcfdc6
[ "MIT" ]
null
null
null
Shift_register/examples/running_light/running_light.ino
Floooooo24/Shift-register
4f25a74c0d5bc0ee2a994bc200c01cd122dcfdc6
[ "MIT" ]
0
null
null
//include Library #include <Shift_register.h> //create shortcut for the delay #define del delay(wait); //Datapins int DS1=10; //Shiftpins int SHCP1=8; //Setpins int STCPin1=9; //creat the delay time int wait = 500; //Create the shift registers SR sr1(DS1, SHCP1, STCPin1); //create the musters bool muster1[] = {1...
14.851852
47
0.65586
true
260
7dc2f644c79e0aba49a02003d7e508f45c5ce85e
1,186
ino
Arduino
houz_server/houz_server.ino
marcelo-lara/arduino.houzcontrol
cebab26bb068ab4828ff6db8acc3e6ef6e653454
[ "Apache-2.0" ]
null
null
null
houz_server/houz_server.ino
marcelo-lara/arduino.houzcontrol
cebab26bb068ab4828ff6db8acc3e6ef6e653454
[ "Apache-2.0" ]
null
null
null
houz_server/houz_server.ino
marcelo-lara/arduino.houzcontrol
cebab26bb068ab4828ff6db8acc3e6ef6e653454
[ "Apache-2.0" ]
0
null
null
/* Module houz_server.ino Created: 05-Apr-17 Updated: 23-Jan-18 Author: DarkAngel */ #include <Houz.h> // radio setup ////////////////////////////////////////////////////////////// //wiring: D8>CS | D9>CE | (sck)D13>5 | (mosi)D11>6 | (miso)D12>7 #define statusLed 10 //status led #define rfCE 9 //RF pin 3 (CE) #...
20.807018
77
0.637437
true
364
3abb8e5b790b085ed1031d5bedf06bc2b4c5eea4
18,386
ino
Arduino
AJAOne-Remote-BT/ajaone-remote-bt.ino
NickTucker42/AJARemote
4a7d20d937fa702207fd78bf02ff361605a7698a
[ "MIT" ]
6
2021-03-03T22:28:04.000Z
2022-02-10T23:08:09.000Z
AJAOne-Remote-BT/ajaone-remote-bt.ino
NickTucker42/AJARemote
4a7d20d937fa702207fd78bf02ff361605a7698a
[ "MIT" ]
null
null
null
AJAOne-Remote-BT/ajaone-remote-bt.ino
NickTucker42/AJARemote
4a7d20d937fa702207fd78bf02ff361605a7698a
[ "MIT" ]
0
null
null
//https://www.rapidtables.com/web/color/RGB_Color.html // IMPORTANT: Partition MUST be set to "No OTA (Large APP)" or there will not be enough program space. #include <FS.h> //this needs to be first, or it all crashes and burns... #include <SPIFFS.h> #include "ajaone.h" // Create the vari...
32.143357
142
0.554389
true
4,261
131d51d925f2d0127a7bf51654e564f94e58354e
1,055
ino
Arduino
plotter/plotter.ino
skittlemittle/bird-plotter
8c3a18973491b6ee69edc13099968c1a61358ceb
[ "MIT" ]
null
null
null
plotter/plotter.ino
skittlemittle/bird-plotter
8c3a18973491b6ee69edc13099968c1a61358ceb
[ "MIT" ]
null
null
null
plotter/plotter.ino
skittlemittle/bird-plotter
8c3a18973491b6ee69edc13099968c1a61358ceb
[ "MIT" ]
1
2021-03-03T20:50:21.000Z
2021-03-03T20:50:21.000Z
// reads lines over serial and draws them. // skittlemittle 2021 #include "queue.hpp" struct point { float x = 0.0f; float y = 0.0f; point() {} point(float _x, float _y) : x(_x), y(_y) {} point(const point &p) : x(p.x), y(p.y) {} void show() { Serial.print(x); Serial.prin...
18.839286
48
0.581043
true
321
f7ebcca692f628b182e880eb1ddcee6f9ceb8d7b
1,803
ino
Arduino
tests/BMP180/BMP180.ino
Gutscs/weather_station_prototype
12f4f5c99655d51a898dd22bf2d02c6e34bba99d
[ "MIT" ]
null
null
null
tests/BMP180/BMP180.ino
Gutscs/weather_station_prototype
12f4f5c99655d51a898dd22bf2d02c6e34bba99d
[ "MIT" ]
null
null
null
tests/BMP180/BMP180.ino
Gutscs/weather_station_prototype
12f4f5c99655d51a898dd22bf2d02c6e34bba99d
[ "MIT" ]
0
null
null
#include <Wire.h> //INCLUSÃO DE BIBLIOTECA #include <Adafruit_BMP085.h> //INCLUSÃO DE BIBLIOTECA Adafruit_BMP085 bmp; //OBJETO DO TIPO Adafruit_BMP085 (I2C) void setup(){ Serial.begin(9600); //INICIALIZA A SERIAL if (!bmp.begin()){ //SE O SENSOR NÃO FOR INICIALIZADO, FAZ Serial.println("Sensor BMP180 não f...
45.075
115
0.683306
true
536
5459b5e7778159a684898837664d9555c096d9c0
320
ino
Arduino
arduino/DS2745_lib/examples/DS2745_read_voltage_current/DS2745_read_voltage_current.ino
kaskero/Cloud-connected-Weather-Station
73ea96c2a79e53404124da07f783ace6219d4472
[ "MIT" ]
null
null
null
arduino/DS2745_lib/examples/DS2745_read_voltage_current/DS2745_read_voltage_current.ino
kaskero/Cloud-connected-Weather-Station
73ea96c2a79e53404124da07f783ace6219d4472
[ "MIT" ]
1
2018-07-25T19:55:21.000Z
2018-07-25T19:55:21.000Z
arduino/DS2745_lib/examples/DS2745_read_voltage_current/DS2745_read_voltage_current.ino
kaskero/Cloud-connected-Weather-Station
73ea96c2a79e53404124da07f783ace6219d4472
[ "MIT" ]
0
null
null
#include <Wire.h> #include <DS2745_lib.h> DS2745_lib neurgailua; void setup() { Serial.begin(9600); Wire.begin(); neurgailua.abiarazi(); } void loop() { float tentsioa = neurgailua.tentsioaIrakurri(); float kontsumoa = neurgailua.kontsumoaIrakurri(); delay(3500); // Current conversion time 3.5s }
13.333333
51
0.69375
true
107
65bfe9e07344868899818d845167de8c7b7a264e
246
ino
Arduino
sketch/sketch_tlacitko/sketch_tlacitko.ino
cyrilsochor/arduino
a9f0153152786a646adc7f75f17e9b6f2444113f
[ "Apache-2.0" ]
null
null
null
sketch/sketch_tlacitko/sketch_tlacitko.ino
cyrilsochor/arduino
a9f0153152786a646adc7f75f17e9b6f2444113f
[ "Apache-2.0" ]
null
null
null
sketch/sketch_tlacitko/sketch_tlacitko.ino
cyrilsochor/arduino
a9f0153152786a646adc7f75f17e9b6f2444113f
[ "Apache-2.0" ]
0
null
null
void setup() { pinMode(7, INPUT); pinMode(1, OUTPUT); pinMode(2, OUTPUT); } void loop() { if(digitalRead(7)==1){ digitalWrite(1, HIGH); digitalWrite(2, LOW); } else { digitalWrite(1, LOW); digitalWrite(2, HIGH); } }
14.470588
26
0.581301
true
76
65ec1f98887048f0d29c550c6ded4c88b5f2420f
1,136
ino
Arduino
examples/syncwrite/syncwrite.ino
trash80/Trash80_Dynamixel
f0281d1685c66f2d411c0bb954146ac8e192b89a
[ "MIT" ]
null
null
null
examples/syncwrite/syncwrite.ino
trash80/Trash80_Dynamixel
f0281d1685c66f2d411c0bb954146ac8e192b89a
[ "MIT" ]
null
null
null
examples/syncwrite/syncwrite.ino
trash80/Trash80_Dynamixel
f0281d1685c66f2d411c0bb954146ac8e192b89a
[ "MIT" ]
0
null
null
#include <Trash80_Dynamixel.h> #define BAUDRATE 115200 #define TRANSMIT_ENABLE_PIN 2 // Half duplex transmitter pin #define NUM_SERVOS 2 uint8_t id[NUM_SERVOS] = {1,2}; Dynamixel::Stream stream(Serial1); //Dynamixel::Stream stream(Serial); Dynamixel::Sync sync(stream); Dynamixel::Servo servo[NUM_SERVOS]; void se...
20.654545
86
0.615317
true
332
2da820cb800bc667f618207b1a74a90dbec6dc73
2,220
ino
Arduino
sketchbook/AnalogReadSerial01/AnalogReadSerial01.ino
mMerlin/NodeRedSimpleSerial
fad32fa52073684fb05c20e336c69d3a9012aadb
[ "MIT" ]
null
null
null
sketchbook/AnalogReadSerial01/AnalogReadSerial01.ino
mMerlin/NodeRedSimpleSerial
fad32fa52073684fb05c20e336c69d3a9012aadb
[ "MIT" ]
null
null
null
sketchbook/AnalogReadSerial01/AnalogReadSerial01.ino
mMerlin/NodeRedSimpleSerial
fad32fa52073684fb05c20e336c69d3a9012aadb
[ "MIT" ]
0
null
null
/* AnalogReadSerial DG 2020-06-10 Reads analog input on pin A0 and A1, prints the result to the Serial Monitor. http://www.arduino.cc/en/Tutorial/AnalogReadSerial */ long lastMsg = 0; //message send timer int inByte = 0; // incoming serial byte int ledPin = 3; // pin D3 // the setup routine ru...
28.831169
86
0.618018
true
580
e2ce22aaceba5e33b915c339a0f935756c264912
3,091
ino
Arduino
basicMagnetString/basicMagnetString.ino
Somnitec/Kinder-Muziek-Tuin
3b801c875a9ddc3f16554a695f10b6c2eaeec360
[ "MIT" ]
null
null
null
basicMagnetString/basicMagnetString.ino
Somnitec/Kinder-Muziek-Tuin
3b801c875a9ddc3f16554a695f10b6c2eaeec360
[ "MIT" ]
null
null
null
basicMagnetString/basicMagnetString.ino
Somnitec/Kinder-Muziek-Tuin
3b801c875a9ddc3f16554a695f10b6c2eaeec360
[ "MIT" ]
0
null
null
/************************************************* * Public Constants *************************************************/ #define NOTE_B0 31 #define NOTE_C1 33 #define NOTE_CS1 35 #define NOTE_D1 37 #define NOTE_DS1 39 #define NOTE_E1 41 #define NOTE_F1 44 #define NOTE_FS1 46 #define NOTE_G1 49 #define NOTE_GS1...
21.921986
58
0.719508
true
1,042
293f89d01217c79a16cc301bebd0e87af4ef6fcc
5,179
ino
Arduino
docs/src/esp32-mqtt-tutorial/140-esp32-arduino-mqtt-connect-to-aws-iot/140-esp32-arduino-mqtt-connect-to-aws-iot.ino
smwikipedia/valvers.website.src
07138c7a88fbcb8c7a883208f1734a9b62066387
[ "MIT" ]
15
2020-03-02T12:04:43.000Z
2022-02-15T13:10:52.000Z
docs/src/esp32-mqtt-tutorial/140-esp32-arduino-mqtt-connect-to-aws-iot/140-esp32-arduino-mqtt-connect-to-aws-iot.ino
smwikipedia/valvers.website.src
07138c7a88fbcb8c7a883208f1734a9b62066387
[ "MIT" ]
4
2020-11-12T14:35:05.000Z
2021-08-18T21:01:13.000Z
docs/src/esp32-mqtt-tutorial/140-esp32-arduino-mqtt-connect-to-aws-iot/140-esp32-arduino-mqtt-connect-to-aws-iot.ino
smwikipedia/valvers.website.src
07138c7a88fbcb8c7a883208f1734a9b62066387
[ "MIT" ]
4
2020-05-01T15:33:56.000Z
2021-08-07T07:19:43.000Z
// This example uses an ESP32 Development Board // to connect to shiftr.io. // // You can check on your device after a successful // connection here: https://shiftr.io/try. // // by Joël Gähwiler // https://github.com/256dpi/arduino-mqtt // Modified by Brian Sidebotham <brian.sidebotham@gmail.com> // Changes: // - All...
30.464706
83
0.750145
true
1,792
4308db3652af5d910e67887e40bed463d34bdb71
1,703
ino
Arduino
firmwares/piezo_i2c_backpack.ino
mattp94/johnny-five
c81033f4795838c7132114cfe9d0a8993c39ab5f
[ "MIT" ]
10,647
2015-01-01T02:58:26.000Z
2022-03-31T18:15:58.000Z
firmwares/piezo_i2c_backpack.ino
frusagi/johnny-five
a624f7d8cecd95c6e1c4a4f4b46d35612929f463
[ "MIT" ]
1,179
2015-01-01T00:17:35.000Z
2022-03-30T15:25:14.000Z
firmwares/piezo_i2c_backpack.ino
frusagi/johnny-five
a624f7d8cecd95c6e1c4a4f4b46d35612929f463
[ "MIT" ]
1,862
2015-01-03T20:20:18.000Z
2022-03-30T10:20:58.000Z
#include <Wire.h> #define DEBUG_MODE 0 // Address Pins #define AD0 11 #define AD1 12 // I2C Configuration #define I2C_DEFAULT_ADDRESS 0x0A #define BUFFER_SIZE 8 // FUNCTION COMMANDS #define NO_TONE 0x00 #define TONE 0x01 byte buffer[BUFFER_SIZE]; int addressPins[] = { AD0, AD1 }; int address = I2C_DEFAULT_ADDRESS...
17.20202
78
0.583676
true
539
e88633bc3b16c48f0f9a2c79cc3a3f89c1861a88
1,719
ino
Arduino
examples/GPS/GPS.ino
Dafulai/DFL168A-Sync-Library
87898a246dc0613efa1c0ca839b8d873156669df
[ "Apache-2.0" ]
null
null
null
examples/GPS/GPS.ino
Dafulai/DFL168A-Sync-Library
87898a246dc0613efa1c0ca839b8d873156669df
[ "Apache-2.0" ]
1
2019-06-05T10:13:59.000Z
2020-12-05T01:04:41.000Z
examples/GPS/GPS.ino
Dafulai/DFL168A-Sync-Library
87898a246dc0613efa1c0ca839b8d873156669df
[ "Apache-2.0" ]
1
2018-07-16T02:35:42.000Z
2018-07-16T02:35:42.000Z
#include <DFL168A.h> DFL168A myDFL168A(&Serial1, J1939_PROTOCOL, 1000,250000, 9600,500); //GPS baudrate is 9600, GPS time out is 500ms bool Vehicle_OK; void setup() { // put your setup code here, to run once: Serial.begin(57600); pinMode(13,OUTPUT); digitalWrite(13,LOW); Vehicle_OK=myDFL168A.begin();...
28.65
122
0.614311
true
457
0103a386e844118559cc2b832ada2c2cebc6c6aa
860
ino
Arduino
main.ino
AkioFujimoto/pseudoCMT
b273bec3f508e913f4c975531469e866caa8c941
[ "MIT" ]
null
null
null
main.ino
AkioFujimoto/pseudoCMT
b273bec3f508e913f4c975531469e866caa8c941
[ "MIT" ]
null
null
null
main.ino
AkioFujimoto/pseudoCMT
b273bec3f508e913f4c975531469e866caa8c941
[ "MIT" ]
0
null
null
/* Pseudo digital CMT(data recoder). (c)2016- Akio Fujimoto , @shiva5300 all rights reserved. TODO :: ---Save to where??--- FILE? or internal FLASH? --- */ /* NOTICE all the data signal via headphone jack(1vp-p) must will be amplifired with OpAmp with a high GB factors. esp...
24.571429
59
0.606977
true
229
87c5b1966d3de2db7e97408f54aa67a34ada8266
702
ino
Arduino
init-servos.ino
Nimrod-Galor/eye-animatronics
fe3ccd575a7ab22d9103b8eb4345446642e43d1f
[ "MIT" ]
4
2019-05-09T15:03:10.000Z
2021-09-01T04:27:14.000Z
init-servos.ino
Nimrod-Galor/eye-animatronics
fe3ccd575a7ab22d9103b8eb4345446642e43d1f
[ "MIT" ]
null
null
null
init-servos.ino
Nimrod-Galor/eye-animatronics
fe3ccd575a7ab22d9103b8eb4345446642e43d1f
[ "MIT" ]
2
2020-09-07T14:27:56.000Z
2020-12-05T00:45:32.000Z
// Locate the initial mid position #include <Servo.h> Servo srvRx; // pin 2 - right swing Servo srvRy; // pin 3 - right tilt Servo srvLx; // pin 7 - left swing Servo srvLy; // pin 6 - left tilt Servo srvLid; // pin 4 - eyelid tilt Servo srvShut; // pin 5 - eyelid open/close void setup() { //initiali...
18
44
0.599715
true
242
d7a554bd540247b386647a0b24ce090f60a4a889
955
ino
Arduino
Eight_LED_with_74HC595.ino
huyduino/74HC595
01f3fec7a4613c87a21279f140c8672c3ece7cdb
[ "Apache-2.0" ]
null
null
null
Eight_LED_with_74HC595.ino
huyduino/74HC595
01f3fec7a4613c87a21279f140c8672c3ece7cdb
[ "Apache-2.0" ]
null
null
null
Eight_LED_with_74HC595.ino
huyduino/74HC595
01f3fec7a4613c87a21279f140c8672c3ece7cdb
[ "Apache-2.0" ]
0
null
null
int latchPin = 5; int clockPin = 6; int dataPin = 4; byte leds = 0; void setup() { pinMode(latchPin, OUTPUT); pinMode(dataPin, OUTPUT); pinMode(clockPin, OUTPUT); } void loop() { pattern(255); // on all, 255 ~ 1 1 1 1 - 1 1 1 1 pattern(0); // off all, 0 ~ 0 0 0 0 - 0 0 0 0 oneByOne()...
16.186441
57
0.568586
true
359
10adeb869cd2eee0dc07ac6623b4e0520596ae85
384
ino
Arduino
SLKCAN_SB/SIM.ino
czmorris/SLKCAN_Sandbox
ee53724fdf0af5c00256eb941039563e549de73b
[ "MIT" ]
1
2021-04-19T18:07:56.000Z
2021-04-19T18:07:56.000Z
SLKCAN_SB/SIM.ino
czmorris/SLKCAN_Sandbox
ee53724fdf0af5c00256eb941039563e549de73b
[ "MIT" ]
null
null
null
SLKCAN_SB/SIM.ino
czmorris/SLKCAN_Sandbox
ee53724fdf0af5c00256eb941039563e549de73b
[ "MIT" ]
0
null
null
#ifdef SIM // Simulate for testing.... void SimVariables() { if(BatterySoc < 100) { BatterySoc++; } else if (BatterySoc >= 100) { BatterySoc = 0; } if(amps < 20) { amps++; } else if (amps >= 20) { amps = 0; } watts = (float)(amps * 72.0); odo = 100; tripkm = 25.0; ...
10.971429
31
0.502604
true
154
a930ab9fafddf0f5a3d5404b954598902d2d59b6
18,311
ino
Arduino
EP_supply/EP_supply.ino
chuck-h/EP_supply
116379c8d0049f7f8e773de0ffbf7cc0b17326f2
[ "BSD-2-Clause" ]
null
null
null
EP_supply/EP_supply.ino
chuck-h/EP_supply
116379c8d0049f7f8e773de0ffbf7cc0b17326f2
[ "BSD-2-Clause" ]
null
null
null
EP_supply/EP_supply.ino
chuck-h/EP_supply
116379c8d0049f7f8e773de0ffbf7cc0b17326f2
[ "BSD-2-Clause" ]
0
null
null
#include <HID.h> // Control code for two-channel electrophoresis supply using Volteq HY30005EP supply and // external relay box. // except as otherwise noted, // Copyright (c) C. Harrison 2017. All rights reserved. BSD 2-clause license // Portions Copyright (c) 2017 www.volteq.com. All rights reserved. // Volteq l...
30.416944
140
0.601988
true
5,826
bbf7133a2793f28cd387e05f4bf4de96781b34f2
3,117
ino
Arduino
ardublund/ardublund.ino
Floozutter/nhs-edd-2019
0b13c2d1c2dac26643da690a1c82508f4b9c882b
[ "Unlicense" ]
null
null
null
ardublund/ardublund.ino
Floozutter/nhs-edd-2019
0b13c2d1c2dac26643da690a1c82508f4b9c882b
[ "Unlicense" ]
null
null
null
ardublund/ardublund.ino
Floozutter/nhs-edd-2019
0b13c2d1c2dac26643da690a1c82508f4b9c882b
[ "Unlicense" ]
0
null
null
/* 2019-06-05 */ #include <Servo.h> #include <Wire.h> #include <Adafruit_MotorShield.h> // CONSTANTS int BUTTON_PIN = 4; int LIMIT_BOT_PIN = 2; int LIMIT_TOP_PIN = 3; int SERVY_PIN = 10; int STEPPY_PORT = 2; // SERVO VARIABLES Servo Servy; // create servo object to control a servo //int servy_pos = 0; // variab...
23.43609
84
0.661213
true
924
96e78de2af2994ba0c209f1f4cc1b86069eb925e
2,053
ino
Arduino
OtherTestCodes/ESP32ESC/ESP32ESC.ino
davidoises/DroneSoftware
3952e2f0cfba99fee82568e76da0f0f1c37dfe47
[ "MIT" ]
1
2020-08-10T11:38:16.000Z
2020-08-10T11:38:16.000Z
OtherTestCodes/ESP32ESC/ESP32ESC.ino
davidoises/DroneSoftware
3952e2f0cfba99fee82568e76da0f0f1c37dfe47
[ "MIT" ]
null
null
null
OtherTestCodes/ESP32ESC/ESP32ESC.ino
davidoises/DroneSoftware
3952e2f0cfba99fee82568e76da0f0f1c37dfe47
[ "MIT" ]
0
null
null
#define CANAL_A 13 #define CANAL_B 12 #define CANAL_C 16 #define CANAL_D 17 #define CANAL_E 19 #define CANAL_F 21 #define IN1 0 #define IN2 1 #define IN3 2 #define IN4 3 #define IN5 4 #define IN6 5 #define RES 8 #define FREQ 1000 #define MIN_PWM 0 //#define MIN_PWM 35 #define PWM_PIN1 23//27 #define PWM_PIN2 22//1...
14.457746
52
0.566975
true
658
21076955f70f00d17dc994dc2e0c138bbec1b488
1,538
ino
Arduino
hardware-version1/arduinoUno/header file/ServoCds55/examples/ServoCds55_Test/ServoCds55_Test.ino
kwonbosung02/weaver-hardware
637e64847e8abbfa3c81aa60a16ce56fa9d53724
[ "MIT", "Unlicense" ]
null
null
null
hardware-version1/arduinoUno/header file/ServoCds55/examples/ServoCds55_Test/ServoCds55_Test.ino
kwonbosung02/weaver-hardware
637e64847e8abbfa3c81aa60a16ce56fa9d53724
[ "MIT", "Unlicense" ]
null
null
null
hardware-version1/arduinoUno/header file/ServoCds55/examples/ServoCds55_Test/ServoCds55_Test.ino
kwonbosung02/weaver-hardware
637e64847e8abbfa3c81aa60a16ce56fa9d53724
[ "MIT", "Unlicense" ]
0
null
null
/* # This Sample code is for testing the Digital Servo Shield. # Editor : Phoebe # Date : 2013.5.17 # Ver : 0.1 # Product: Digital Servo Shield for Arduino # SKU : # Hardwares: 1. Arduino UNO 2. Digital Servo Shield for Arduino 3. Digital Servos( Compatible with AX-12,CDS55xx...etc) 4. Power ...
20.783784
95
0.553316
true
474
2db469903e43eef5524bdc6bc59f1b7ad002b2f1
2,204
ino
Arduino
CompilationTime_BuildFlag/src/src.ino
jerabaul29/Compile_time_Cpp_UNIX_timestamp
53805d80b66ef792f9ffefe151c1ff135ce15b4d
[ "MIT" ]
3
2019-06-27T03:42:55.000Z
2020-03-09T12:28:19.000Z
CompilationTime_BuildFlag/src/src.ino
jerabaul29/Compile_time_Cpp_UNIX_timestamp
53805d80b66ef792f9ffefe151c1ff135ce15b4d
[ "MIT" ]
null
null
null
CompilationTime_BuildFlag/src/src.ino
jerabaul29/Compile_time_Cpp_UNIX_timestamp
53805d80b66ef792f9ffefe151c1ff135ce15b4d
[ "MIT" ]
1
2020-05-23T08:24:05.000Z
2020-05-23T08:24:05.000Z
/* * * Created: 28.03.2018 * Author: Jean Rabault * * Getting the UNIX timestamp in a program using compile flag. * * This is to be compiled with platformio, or other tool, using the following compilation * flag (in platformio convention, or equivalent) to define the UNIX timestamp macro: * * build_flags =...
27.55
98
0.579855
true
553
9ae4dae40200caa4eb708053277e64e384c4e8e7
3,114
ino
Arduino
Software/Genesis_to_GCanalog/Genesis_to_GCanalog.ino
MasterJhimmy/Sega-Genesis-to-GameCube-Adapter
5ed0f057738cf8f6a8c4f06ef2578be1e5c4863f
[ "MIT" ]
1
2022-01-26T01:43:06.000Z
2022-01-26T01:43:06.000Z
Software/Genesis_to_GCanalog/Genesis_to_GCanalog.ino
MasterJhimmy/Sega-Genesis-to-GameCube-Adapter
5ed0f057738cf8f6a8c4f06ef2578be1e5c4863f
[ "MIT" ]
null
null
null
Software/Genesis_to_GCanalog/Genesis_to_GCanalog.ino
MasterJhimmy/Sega-Genesis-to-GameCube-Adapter
5ed0f057738cf8f6a8c4f06ef2578be1e5c4863f
[ "MIT" ]
0
null
null
//Code by MasterJhimmy (2021) //Available at: https://github.com/MasterJhimmy/Sega-Genesis-to-GameCube-Adapter // //Install both NicoHood's "Nintendo" and jonthysell's "SegaController" libraries: //https://github.com/NicoHood/Nintendo //https://github.com/jonthysell/SegaController //This version converts the dpad in...
29.377358
103
0.5228
true
930
ccd05fd342fad2ef54591cbf869d885f75ec75a3
1,851
ino
Arduino
Automation/stepper_move/stepper_move.ino
dxwayne/SAS_3DSpectrograps
1158b78f3c3d809b73c9088d35bd92f1083e07ef
[ "MIT" ]
1
2020-08-19T21:41:49.000Z
2020-08-19T21:41:49.000Z
Automation/stepper_move/stepper_move.ino
dxwayne/SAS_3DSpectrographs
1158b78f3c3d809b73c9088d35bd92f1083e07ef
[ "MIT" ]
null
null
null
Automation/stepper_move/stepper_move.ino
dxwayne/SAS_3DSpectrographs
1158b78f3c3d809b73c9088d35bd92f1083e07ef
[ "MIT" ]
0
null
null
/*This Sketch moves a 28BYJ-48 stepper motor to a specific position * Inputs are: integer entwered through the Serial Read funmction * the command structure is: NNNN <CR> for CCW rotation or -NNNN<CR> for CW rotation in addition * if the command Z<CR> is entered the present position of the * stepper is considered ...
23.1375
96
0.632631
true
509
a3de290daee6c69f599fb4e1c43f79d63e147d1b
4,466
ino
Arduino
tests/Tower/Air_Effect/Air_Effect.ino
the-magister/simon
b6d4c4fd777348766eb94310b2f5b3720c20c262
[ "MIT" ]
null
null
null
tests/Tower/Air_Effect/Air_Effect.ino
the-magister/simon
b6d4c4fd777348766eb94310b2f5b3720c20c262
[ "MIT" ]
null
null
null
tests/Tower/Air_Effect/Air_Effect.ino
the-magister/simon
b6d4c4fd777348766eb94310b2f5b3720c20c262
[ "MIT" ]
0
null
null
// Compile for Uno. // The IDE requires all libraries to be #include’d in the main (.ino) file. Clutter. #include <Streaming.h> // <<-style printing #include <Timer.h> // control air injector #include <Metro.h> // timers //------ sizes, indexing and inter-unit data structure definitions. #include <Simon_Common.h> #...
31.450704
122
0.665025
true
1,269
5e9d73ba9ce3f6a0d21da56f9015bfa1e21fd62e
253
ino
Arduino
src/main.ino
krzem5/Arduino-Blinking_Led
9adc15dcd5112d92503f902b320ec93f05fd1269
[ "BSD-3-Clause" ]
null
null
null
src/main.ino
krzem5/Arduino-Blinking_Led
9adc15dcd5112d92503f902b320ec93f05fd1269
[ "BSD-3-Clause" ]
null
null
null
src/main.ino
krzem5/Arduino-Blinking_Led
9adc15dcd5112d92503f902b320ec93f05fd1269
[ "BSD-3-Clause" ]
1
2020-10-01T08:53:38.000Z
2020-10-01T08:53:38.000Z
#define LED_PIN 12 #define BLINK_INTERVAL 1000 int ls=LOW; uint32_t lt=0; void setup(){ pinMode(LED_PIN,OUTPUT); } void loop(){ uint32_t t=millis(); if (t-lt>BLINK_INTERVAL){ lt=t; ls=(ls==LOW?HIGH:LOW); digitalWrite(LED_PIN,ls); } }
10.12
27
0.660079
true
89
bd9f97abd9fdfbb2e454e6997dc1d46a4de11af2
905
ino
Arduino
examples/AvoidDanger/AvoidDanger.ino
merose/VMSRobot3
3ced37b679901303a558b072b36e2300409112cf
[ "Apache-2.0" ]
null
null
null
examples/AvoidDanger/AvoidDanger.ino
merose/VMSRobot3
3ced37b679901303a558b072b36e2300409112cf
[ "Apache-2.0" ]
null
null
null
examples/AvoidDanger/AvoidDanger.ino
merose/VMSRobot3
3ced37b679901303a558b072b36e2300409112cf
[ "Apache-2.0" ]
0
null
null
// AvoidDanger - Wander around without falling off a table, and turn // left away from an obstacle straight ahead. #include <Servo.h> #include <VMSRobot3.h> // void setup() { Serial.begin(115200); initRobot(); while (readSwitch() != 1) { // Do nothing. } } // Forever, try to drive forward. If an ed...
24.459459
68
0.640884
true
257
836999a075c45627fe93c8360e03aa171587615e
3,557
ino
Arduino
RobotArm_test.ino
pwchandev/RBOT-CH1
45aa23877c12737f5e3c72bf666d951a9ae20294
[ "MIT" ]
null
null
null
RobotArm_test.ino
pwchandev/RBOT-CH1
45aa23877c12737f5e3c72bf666d951a9ae20294
[ "MIT" ]
null
null
null
RobotArm_test.ino
pwchandev/RBOT-CH1
45aa23877c12737f5e3c72bf666d951a9ae20294
[ "MIT" ]
0
null
null
/* This sketch is the testing routine of DOF4 robot arm 1. open and close claw (claw) 2. extend and contract robot arm (turn left and right left-servo) 3. lift up and down robot arm (turn left and right right-servo) 4. turn left and right robot arm (bottom) Circuit: * Arduino Robot arm created 9 A...
40.885057
128
0.560022
true
880
a4659e1685758dca76a3fd5763bdfba15bbe7238
527
ino
Arduino
MCU Code/sensorSimSignals/sensorSimSignals.ino
yoyomo/capstone
e6929254f4dd33f40ab6fc0db1e5bd0c8277678d
[ "MIT" ]
null
null
null
MCU Code/sensorSimSignals/sensorSimSignals.ino
yoyomo/capstone
e6929254f4dd33f40ab6fc0db1e5bd0c8277678d
[ "MIT" ]
null
null
null
MCU Code/sensorSimSignals/sensorSimSignals.ino
yoyomo/capstone
e6929254f4dd33f40ab6fc0db1e5bd0c8277678d
[ "MIT" ]
0
null
null
// Set up 4 PWM signals for the MSP430FR6989 // to act as sensor pulses for the CC3200 // represeting the water flow sensors. int sensors[4] = {P2_7, P2_6, P3_3, P3_6}; void setup() { // set up GPIO pinMode(sensors[0], OUTPUT); pinMode(sensors[1], OUTPUT); pinMode(sensors[2], OUTPUT); pinMode(sensors[3],...
21.08
45
0.666034
true
173
e265f3c5df439a2dd968ddd5d45ce9afe74f832a
5,381
ino
Arduino
IoT_device/Arduino/OLED-example/OLED-example.ino
JeidiPadron/TFM_Attendance_System_with_Blockchain
11989232e04e54b44548ab0e0da2c4c7c7130bcf
[ "MIT" ]
null
null
null
IoT_device/Arduino/OLED-example/OLED-example.ino
JeidiPadron/TFM_Attendance_System_with_Blockchain
11989232e04e54b44548ab0e0da2c4c7c7130bcf
[ "MIT" ]
null
null
null
IoT_device/Arduino/OLED-example/OLED-example.ino
JeidiPadron/TFM_Attendance_System_with_Blockchain
11989232e04e54b44548ab0e0da2c4c7c7130bcf
[ "MIT" ]
0
null
null
/* * AZ delivery example * OLED I2C 128 x 64 pixel display for Arduino and Raspberry Pi * code extracted from book * https://www.az-delivery.de/en * https://www.az-delivery.de/en/collections/kostenlose-e-books * date: 17-April-2021 * * wire in NodeMCU V3 arduino: * pow: 3,3 Volt * g: GND * SDA...
29.729282
79
0.674967
true
3,046
52db840a694704d31afdf19c315c88c681277739
386
ino
Arduino
Attack vector transmit/laptop_arduino/laptop_arduino.ino
abhyanth-learner/MagicWand-TFLite-ESP32-MPU6050
2f6cad1f648f94992e23c23c6ea988eec88f967d
[ "Apache-2.0" ]
null
null
null
Attack vector transmit/laptop_arduino/laptop_arduino.ino
abhyanth-learner/MagicWand-TFLite-ESP32-MPU6050
2f6cad1f648f94992e23c23c6ea988eec88f967d
[ "Apache-2.0" ]
null
null
null
Attack vector transmit/laptop_arduino/laptop_arduino.ino
abhyanth-learner/MagicWand-TFLite-ESP32-MPU6050
2f6cad1f648f94992e23c23c6ea988eec88f967d
[ "Apache-2.0" ]
0
null
null
int i ; #include <Wire.h> void setup() { // put your setup code here, to run once: Wire.begin(); Serial.begin(9600); } void loop() { while(Serial.available()) { char ch = Serial.read(); Serial.println(ch); Wire.beginTransmission(0x04); Wire.write(ch); Serial.pr...
17.545455
44
0.541451
true
90
afaea66b8385c00a5b25d43227ed5e82c20b0c7e
5,772
ino
Arduino
stm32/libraries/USBMassStorage/examples/arduino_monitor/arduino_monitor.ino
BSFrance/BSFrance
db1da987a84a60f568c5a4c79635d596e8ceb88b
[ "MIT" ]
8
2018-02-23T18:48:24.000Z
2021-02-13T23:57:27.000Z
stm32/libraries/USBMassStorage/examples/arduino_monitor/arduino_monitor.ino
BSFrance/BSFrance
db1da987a84a60f568c5a4c79635d596e8ceb88b
[ "MIT" ]
2
2018-03-11T07:14:30.000Z
2019-02-17T20:05:26.000Z
stm32/libraries/USBMassStorage/examples/arduino_monitor/arduino_monitor.ino
BSFrance/BSFrance
db1da987a84a60f568c5a4c79635d596e8ceb88b
[ "MIT" ]
4
2018-05-01T14:53:34.000Z
2021-04-06T12:31:05.000Z
/* disk_operate.ino cmdline demo for vdisk moniter USB Mass Storage/MSC_CDC Composite drive based on internal flash or spi serial flash, Select USB: Mass Storage or MSC_CDC Composite from the menu EXPERIMENTAL, for testing purposes. When writing, use eject drive, or the filesystem may get corrupted. In that...
27.098592
91
0.56289
true
1,609
70ba947cbf9c49b4646eb6e043e03b9d84fe5c1e
279
ino
Arduino
CM_Arduino_StarterKit_V1/1.Arduino_Serial_Monitor/Arduino_Serial_Monitor.ino
jaboho/IOT
498309c92510286306ccf8a9d67ce961bd8111d9
[ "Apache-2.0" ]
null
null
null
CM_Arduino_StarterKit_V1/1.Arduino_Serial_Monitor/Arduino_Serial_Monitor.ino
jaboho/IOT
498309c92510286306ccf8a9d67ce961bd8111d9
[ "Apache-2.0" ]
null
null
null
CM_Arduino_StarterKit_V1/1.Arduino_Serial_Monitor/Arduino_Serial_Monitor.ino
jaboho/IOT
498309c92510286306ccf8a9d67ce961bd8111d9
[ "Apache-2.0" ]
0
null
null
void setup() { Serial.begin(115200); } void loop() { Serial.print("www"); delay(1000); Serial.print("."); delay(1000); Serial.print("codemobiles"); delay(1000); Serial.print("."); delay(1000); Serial.println("com"); delay(1000); }
15.5
32
0.548387
true
79
95b73ad20c75046101af2b0a81ef617dd932fbc7
343
ino
Arduino
yubikey-otp-miner.ino
chris408/yubikey-otp-miner
4ca4b628513baacb9a7e7c9f67dbe89e7077f22e
[ "MIT" ]
2
2019-02-19T04:52:05.000Z
2020-10-22T04:47:55.000Z
yubikey-otp-miner.ino
chris408/yubikey-otp-miner
4ca4b628513baacb9a7e7c9f67dbe89e7077f22e
[ "MIT" ]
null
null
null
yubikey-otp-miner.ino
chris408/yubikey-otp-miner
4ca4b628513baacb9a7e7c9f67dbe89e7077f22e
[ "MIT" ]
1
2019-07-27T03:19:32.000Z
2019-07-27T03:19:32.000Z
#define YUBIPIN 4 #define TX_LED 1 void setup() { pinMode(TX_LED, OUTPUT); pinMode(YUBIPIN, OUTPUT); digitalWrite(YUBIPIN, 0); } void loop() { digitalWrite(TX_LED, HIGH); //LED on pinMode(YUBIPIN, INPUT); delay(550); pinMode(YUBIPIN, OUTPUT); digitalWrite(YUBIPIN, 0); digitalWrite(TX_LED, LOW); //LE...
17.15
38
0.676385
true
114
a18df0d2e8ed75afcd23df42df0c63786ab4664d
296
ino
Arduino
examples/Basic/Basic.ino
per1234/pHProbe
76b116255129c75b6acbefd452906770cfe53994
[ "MIT" ]
1
2019-04-15T14:02:27.000Z
2019-04-15T14:02:27.000Z
examples/Basic/Basic.ino
per1234/pHProbe
76b116255129c75b6acbefd452906770cfe53994
[ "MIT" ]
null
null
null
examples/Basic/Basic.ino
per1234/pHProbe
76b116255129c75b6acbefd452906770cfe53994
[ "MIT" ]
1
2018-06-15T01:31:27.000Z
2018-06-15T01:31:27.000Z
#include <pHProbe.h> pH_Probe pH; void setup() { Serial.begin(9600); } void loop() { pH.measurepH(); Serial.print("pH: "); Serial.println(pH.pH); Serial.print("pOH: "); Serial.println(pH.pOH); Serial.print("mV: "); Serial.println(pH.mV); Serial.println("-----"); delay(10000); }
15.578947
48
0.618243
true
94
82fae17ae09a8f2521d0884d936dbae28c8d8771
839
ino
Arduino
ISMK.77257.Lectures/meters-sensors/W06T02.I2C.2x16-LCD.Printing/W06T02.I2C.2x16-LCD.Printing.ino
coshkun/Arduino
6954fac75dfb634ec6eb7fa01af9231cb1a9bdc1
[ "MIT" ]
1
2017-05-02T09:55:10.000Z
2017-05-02T09:55:10.000Z
ISMK.77257.Lectures/meters-sensors/W06T02.I2C.2x16-LCD.Printing/W06T02.I2C.2x16-LCD.Printing.ino
coshkun/Arduino
6954fac75dfb634ec6eb7fa01af9231cb1a9bdc1
[ "MIT" ]
null
null
null
ISMK.77257.Lectures/meters-sensors/W06T02.I2C.2x16-LCD.Printing/W06T02.I2C.2x16-LCD.Printing.ino
coshkun/Arduino
6954fac75dfb634ec6eb7fa01af9231cb1a9bdc1
[ "MIT" ]
0
null
null
// #include <Wire.h> // Comes with Arduino IDE // Get the LCD I2C Library here: // https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads #include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE); String mesaj = "iyi gunler!"; void setup() { // put your setup code here, ...
20.975
64
0.597139
true
274
1f662e607b180f7c6f36af4f9c39ba44457b6e44
9,294
ino
Arduino
m5atom_analog_gyro.ino
ohguma/analog_gyro_2021-
b81bc7e6596df00f1e4158ac6ebccfdafdd5c556
[ "MIT" ]
1
2022-01-30T14:23:37.000Z
2022-01-30T14:23:37.000Z
m5atom_analog_gyro.ino
ohguma/analog_gyro_2021
b81bc7e6596df00f1e4158ac6ebccfdafdd5c556
[ "MIT" ]
null
null
null
m5atom_analog_gyro.ino
ohguma/analog_gyro_2021
b81bc7e6596df00f1e4158ac6ebccfdafdd5c556
[ "MIT" ]
0
null
null
/** M5Atom Matrix Analog出力ジャイロ Grove G26 DAC でジャイロセンサによる方位をアナログ出力 参考 Arduinoで信号処理をする上で便利なフィルタのライブラリ https://ehbtj.com/electronics/filter-library-useful-for-arduino-signal-processing/#Madgwick */ #include "M5Atom.h" #include <MadgwickAHRS.h> // 角度と角速度にMadgwickフィルタをかけるライブラリ Madgwick MadgwickFilter; #in...
28.335366
153
0.638369
true
3,437
78f1ca659ccb514c3a574f20e072bf54f3c01996
747
ino
Arduino
examples/Flashlight/Flashlight.ino
JonRobo/Robo_Arduino_BLE_ESP32
fc294ef4e744544be2d10cc494141162c36326c8
[ "Apache-2.0" ]
5
2019-08-01T15:00:39.000Z
2022-03-29T16:48:14.000Z
examples/Flashlight/Flashlight.ino
JonRobo/Robo_Arduino_BLE_ESP32
fc294ef4e744544be2d10cc494141162c36326c8
[ "Apache-2.0" ]
null
null
null
examples/Flashlight/Flashlight.ino
JonRobo/Robo_Arduino_BLE_ESP32
fc294ef4e744544be2d10cc494141162c36326c8
[ "Apache-2.0" ]
0
null
null
#include "Robo_BLE.h" #define Robo_Name "Robo_XYZ" // change to match the Robo name you wish to connect to #define Button_ID 1 bool light_status = 0; // Requires RGB LED and Button // Create Robo_BLE Instance Robo_BLE RW = Robo_BLE(); void setup() { Serial.begin(115200); if(RW.init(Robo_Name)){ Serial....
19.657895
85
0.690763
true
203
30d9a6441484688889b4ebabead99cf3d9ae43bc
36,359
ino
Arduino
Pradigm_controller_0.21.ino
wataruito/PCbox-for-rodent-behavior
3c2c8a46c63fafe50f332ad14f1458e5373baf18
[ "MIT" ]
null
null
null
Pradigm_controller_0.21.ino
wataruito/PCbox-for-rodent-behavior
3c2c8a46c63fafe50f332ad14f1458e5373baf18
[ "MIT" ]
null
null
null
Pradigm_controller_0.21.ino
wataruito/PCbox-for-rodent-behavior
3c2c8a46c63fafe50f332ad14f1458e5373baf18
[ "MIT" ]
0
null
null
/* Paradigm_controller (Arduino controller for behavior paradigm) Ver 0.1 <Functionarities> Provide the following output: 1. Exposure timing for up to three camera (3.3V). 2. nversed TTL signal for shocker. 3. information on LED display for frame number, time, shock and tone. 4. Digital output to rec...
28.629134
100
0.566435
true
9,615
de7a960a3cb7e648732d72f363554d748b1a28e5
108
ino
Arduino
examples/ESP8266WiFi/esp8266WiFi_Advertising/esp8266WiFi_Advertising.ino
Afantor/Afantor-ESP8266
88e26266c8ea438d9999548f2320f1730da52b1f
[ "MIT" ]
null
null
null
examples/ESP8266WiFi/esp8266WiFi_Advertising/esp8266WiFi_Advertising.ino
Afantor/Afantor-ESP8266
88e26266c8ea438d9999548f2320f1730da52b1f
[ "MIT" ]
null
null
null
examples/ESP8266WiFi/esp8266WiFi_Advertising/esp8266WiFi_Advertising.ino
Afantor/Afantor-ESP8266
88e26266c8ea438d9999548f2320f1730da52b1f
[ "MIT" ]
0
null
null
/******************** 教程1:https://blog.csdn.net/lsalp/article/details/80994832 github: ********************/
27
56
0.481481
true
30
211515fcb2ef600694b4ee24d694a08ffe4a5d89
7,686
ino
Arduino
Sketch/EEPROM_test/EEPROM_test.ino
aksun1/FordACP-AUX
18ae186f3e67ca3be9a8a19fce158c03956df04b
[ "MIT" ]
18
2017-07-24T21:02:37.000Z
2022-02-24T23:43:23.000Z
Sketch/EEPROM_test/EEPROM_test.ino
aksun1/FordACP-AUX
18ae186f3e67ca3be9a8a19fce158c03956df04b
[ "MIT" ]
null
null
null
Sketch/EEPROM_test/EEPROM_test.ino
aksun1/FordACP-AUX
18ae186f3e67ca3be9a8a19fce158c03956df04b
[ "MIT" ]
8
2017-11-10T11:04:51.000Z
2021-08-21T09:27:58.000Z
#include <AltSoftSerial.h> AltSoftSerial bleSerial(2,3); #include <EEPROM.h> #define commandControlLength 3 #define connectionCategory 1 #define connectionValidatePassCommand 1 #define connectionSetPassCommand 2 const char eepromHeader[] = { 1, 6, 3, 8, 7, 6 }; char passphrase[] = { //121212 0x31, 0...
21.35
177
0.564273
true
2,063
31d65cf19dfc19227ed5183c963c82316b812db2
5,149
ino
Arduino
arduino/v1_GunController/v1_GunController.ino
brianlevis/nerf-iron-dome
06f383368a3eaaaee51a9394397eef842202bf45
[ "Unlicense" ]
8
2017-05-19T19:52:37.000Z
2021-09-27T18:21:19.000Z
arduino/v1_GunController/v1_GunController.ino
brianlevis/nerf-iron-dome
06f383368a3eaaaee51a9394397eef842202bf45
[ "Unlicense" ]
3
2019-05-05T02:45:00.000Z
2021-09-29T18:09:35.000Z
arduino/v1_GunController/v1_GunController.ino
brianlevis/nerf-iron-dome
06f383368a3eaaaee51a9394397eef842202bf45
[ "Unlicense" ]
4
2017-11-09T20:36:18.000Z
2022-01-29T09:42:51.000Z
/* Initial Gun Test The circuit: Pusher switch on pin 4 Acceleration motor relay input on pin 7 Firing motor relay input on pin 8 Manual input on pin 12 */ #include <Servo.h> #define REV_UP_TIME 300 #define MAX_FIRE_TIME 1000 #define MAX_TILT_UP 2000 #define MAX_TILT_DOWN 1300 #define MAX_PAN_LEFT 800 #defin...
23.728111
107
0.606331
true
1,314
519eb8b078a0f3c179a0c0260da5157c1ae875bb
1,988
ino
Arduino
Arduino/LecturaSensores1/LecturaSensores1.ino
sajhu/IoT-HouseSimulation
1b59230a97e9f04dc3c4696f99d455c165ec4bbf
[ "MIT" ]
null
null
null
Arduino/LecturaSensores1/LecturaSensores1.ino
sajhu/IoT-HouseSimulation
1b59230a97e9f04dc3c4696f99d455c165ec4bbf
[ "MIT" ]
null
null
null
Arduino/LecturaSensores1/LecturaSensores1.ino
sajhu/IoT-HouseSimulation
1b59230a97e9f04dc3c4696f99d455c165ec4bbf
[ "MIT" ]
0
null
null
#include <SPI.h> int tempPuntualPin = A0; int tempAmbientePin = A2; int movimientoPin = 2; String temperaturaPuntual = ""; String temperaturaAmbiente = ""; int hayMovimiento = false; void setup() { // Open serial communications and wait for port to open: Serial.begin(9600); whi...
26.506667
66
0.613682
true
528
c949da4122b40745ad526120e041e7cdba312601
580
ino
Arduino
Code/lib/AspenSIM800/examples/Tests/GPRS/GPRS.ino
johannes51/Telefon
751ff691b184f5fc456e5b978ebe39aecb1d3961
[ "MIT" ]
null
null
null
Code/lib/AspenSIM800/examples/Tests/GPRS/GPRS.ino
johannes51/Telefon
751ff691b184f5fc456e5b978ebe39aecb1d3961
[ "MIT" ]
null
null
null
Code/lib/AspenSIM800/examples/Tests/GPRS/GPRS.ino
johannes51/Telefon
751ff691b184f5fc456e5b978ebe39aecb1d3961
[ "MIT" ]
0
null
null
#include <SIM800.h> unsigned long bauds = 19200; void setup() { Serial.begin(bauds); while (!Serial) {;} SIM.begin(bauds); delay(100); SIM.setTimeout(3000); SIM.cmdBenchmark(true); SIM.gprsAttach (TEST); SIM.gprsDefineContext (TEST); SIM.gprsMinQuality (TEST); SIM.gprsReqQuality ...
20.714286
32
0.631034
true
174
9eebb0520965114bd8e3fb3de06395317389f777
2,126
ino
Arduino
Arduino Code.ino
pushpakjalan02/Arduino-Interfaced-ESP8266-Weather-Data-Extractor
9bb015b9efc41a060460020e61da6ebbd87c0c77
[ "MIT" ]
null
null
null
Arduino Code.ino
pushpakjalan02/Arduino-Interfaced-ESP8266-Weather-Data-Extractor
9bb015b9efc41a060460020e61da6ebbd87c0c77
[ "MIT" ]
null
null
null
Arduino Code.ino
pushpakjalan02/Arduino-Interfaced-ESP8266-Weather-Data-Extractor
9bb015b9efc41a060460020e61da6ebbd87c0c77
[ "MIT" ]
0
null
null
#include<SoftwareSerial.h> #include<LiquidCrystal.h> const int rs = 8, en = 9, d4 =10, d5 = 11, d6 = 12, d7 =13; LiquidCrystal lcd(rs, en, d4, d5, d6, d7); SoftwareSerial ESP_Serial(6,7); //Tx, Rx void setup() { // put your setup code here, to run once: lcd.begin(16,2); lcd.print("Hi! Good Day!"); ...
21.474747
60
0.526341
true
584