hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
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
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
973d4b225e7892831ff2a7679c0e902243d0eefd
3,017
ino
Arduino
Arduino Stuff/RFID RC522/RC522 Test 2/Test.ino
Karna-A/Sys-Engineering
90cef9f6f6d50ac63a6c6cb716973bfff0209bbc
[ "MIT" ]
1
2020-11-10T02:45:57.000Z
2020-11-10T02:45:57.000Z
Arduino Stuff/RFID RC522/RC522 Test 2/Test.ino
Karna-A/Sys-Engineering
90cef9f6f6d50ac63a6c6cb716973bfff0209bbc
[ "MIT" ]
null
null
null
Arduino Stuff/RFID RC522/RC522 Test 2/Test.ino
Karna-A/Sys-Engineering
90cef9f6f6d50ac63a6c6cb716973bfff0209bbc
[ "MIT" ]
null
null
null
#include <MFRC522.h> //library responsible for communicating with the module RFID-RC522 #include <SPI.h> //library responsible for communicating of SPI bus #define SS_PIN 21 #define RST_PIN 22 #define SIZE_BUFFER 18 #define MAX_SIZE_BLOCK 16 #define greenPin 12 #define redPin 32 //used in authentica...
27.427273
147
0.675174
e269074260ad16fdbe0fd512935d0f80197900d3
9,701
ino
Arduino
SplHAsh/SplHAsh.ino
cplagz/SplHAsh
d9fd564ca5317584a78ed54e92aebd253ec22c91
[ "MIT" ]
12
2019-09-15T21:21:20.000Z
2021-09-04T19:41:24.000Z
SplHAsh/SplHAsh.ino
cplagz/SplHAsh
d9fd564ca5317584a78ed54e92aebd253ec22c91
[ "MIT" ]
3
2019-09-05T04:28:18.000Z
2021-04-13T12:37:26.000Z
SplHAsh/SplHAsh.ino
cplagz/SplHAsh
d9fd564ca5317584a78ed54e92aebd253ec22c91
[ "MIT" ]
8
2020-04-17T06:27:11.000Z
2021-06-18T11:04:45.000Z
/* * SplHAsh * An MQTT based sprinkler controller running on ESP3266 * Licensed under the MIT License, Copyright (c) 2019 TJPoorman */ #include <ESP8266WiFi.h> #include <PubSubClient.h> #include "config.h" // Mapping NodeMCU Ports to Arduino GPIO Pins // Allows use of NodeMCU Port nomenclature in config.h #defi...
28.78635
133
0.630657
414631e2be3414dc312c2703bdf153090e36bbf6
778
ino
Arduino
espaudio/sn3218_leds.ino
hmax42/home-automation-arduino
9dc4956f3a911fd9e604b6a16e9942bec46a4c8b
[ "MIT" ]
null
null
null
espaudio/sn3218_leds.ino
hmax42/home-automation-arduino
9dc4956f3a911fd9e604b6a16e9942bec46a4c8b
[ "MIT" ]
null
null
null
espaudio/sn3218_leds.ino
hmax42/home-automation-arduino
9dc4956f3a911fd9e604b6a16e9942bec46a4c8b
[ "MIT" ]
null
null
null
#define WI2C 0x54 void wireWrite(uint8_t reg, uint8_t val) { Wire.write((uint8_t)reg); Wire.write((uint8_t)val); } void beginI2c() { Wire.beginTransmission((uint8_t)WI2C); } void endI2c() { Wire.endTransmission(); } void initI2c() { beginI2c(); uint8_t d[] = {0x01}; Wire.write(0x00); Wire.write(d,...
13.649123
42
0.618252
c5d9bbbe91c3f0f23d88ffa19bd97f1458d93607
8,591
ino
Arduino
meteo-station/microcontroller/arduinoyun_ema_v2.ino
jordidh/environmental-data-collector-system
3d7283ae8691c5260d3c4afb8b67cad9dc673e99
[ "MIT" ]
null
null
null
meteo-station/microcontroller/arduinoyun_ema_v2.ino
jordidh/environmental-data-collector-system
3d7283ae8691c5260d3c4afb8b67cad9dc673e99
[ "MIT" ]
null
null
null
meteo-station/microcontroller/arduinoyun_ema_v2.ino
jordidh/environmental-data-collector-system
3d7283ae8691c5260d3c4afb8b67cad9dc673e99
[ "MIT" ]
null
null
null
/* Running shell commands using Process class. This sketch demonstrate how to run linux shell commands using a YunShield/Yún. It runs the wifiCheck script on the Linux side of the Yún, then uses grep to get just the signal strength line. Then it uses parseInt() to read the wifi signal strength as an integer, an...
37.515284
253
0.591549
acd25e08f7973784fd9c7c7de70474b3e6aaae0f
2,704
ino
Arduino
Arduino/Arduino.ino
lxkarthi/SHARP
60a547966f7d6475ba44346116065f190c9abbb8
[ "Apache-2.0" ]
null
null
null
Arduino/Arduino.ino
lxkarthi/SHARP
60a547966f7d6475ba44346116065f190c9abbb8
[ "Apache-2.0" ]
null
null
null
Arduino/Arduino.ino
lxkarthi/SHARP
60a547966f7d6475ba44346116065f190c9abbb8
[ "Apache-2.0" ]
null
null
null
const int R_pins[4] = {5, 6, 7, 8}; boolean R_value[4]; void setup() { // initialize digital pin R_0 as an output. Serial.begin(115200); for(int i=0;i<4;i++) { pinMode(R_pins[i], OUTPUT); digitalWrite(R_pins[i],LOW); R_value[i] = LOW; } Serial.println("RDY"); } // COMMAND SHEET // 1 byte. 4 MSB c...
23.513043
53
0.52071
862558c37fbe92ee93d22a709a3236356fc82c55
3,790
ino
Arduino
arduino_code.ino
lucascassiano/lego-api-mit
d521020f204085a30114b14893531e61b72c559c
[ "CC-BY-3.0" ]
null
null
null
arduino_code.ino
lucascassiano/lego-api-mit
d521020f204085a30114b14893531e61b72c559c
[ "CC-BY-3.0" ]
null
null
null
arduino_code.ino
lucascassiano/lego-api-mit
d521020f204085a30114b14893531e61b72c559c
[ "CC-BY-3.0" ]
null
null
null
//Positive Connectors int p0 = 8; int p1 = 9; int p2 = 10; int p3 = 11; //Negative Connectors int n0 = 5; int n1 = 4; int n2 = 3; int n3 = 2; //Input Pins int i0 = A0; int i1 = A1; int i2 = A2; int i3 = A3; //input grid values int inputGrid[4][4] = { {0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} }; void setup() ...
19.238579
126
0.582586
294785a05c1f8c0035c82884beef9941f5244a8c
2,799
ino
Arduino
Arduino/Sensors/Accelerometer/LSM303_tilt_test/LSM303_tilt_test.ino
jzimmer5/470Repository
8d653a7a815553b591a295f8fb26768029e66dae
[ "MIT" ]
1
2017-03-17T13:50:24.000Z
2017-03-17T13:50:24.000Z
Arduino/Sensors/Accelerometer/LSM303_tilt_test/LSM303_tilt_test.ino
jzimmer5/470Repository
8d653a7a815553b591a295f8fb26768029e66dae
[ "MIT" ]
null
null
null
Arduino/Sensors/Accelerometer/LSM303_tilt_test/LSM303_tilt_test.ino
jzimmer5/470Repository
8d653a7a815553b591a295f8fb26768029e66dae
[ "MIT" ]
9
2019-09-05T18:06:18.000Z
2021-11-04T03:57:30.000Z
/* * Example of using Arduino and Adafruit LSM303 Accelerometer to determine tilt * * * Carlos Castellanos * August 24, 2020 * */ #include <Adafruit_LSM303_Accel.h> #include <Adafruit_Sensor.h> #include <Wire.h> /* Assign a unique ID to this sensor at the same time */ Adafruit_LSM303_Accel_Unified accel = Ada...
24.991071
79
0.661308
a88c63f476304ea8e88f9b2428a6d81490f1db3f
28,914
ino
Arduino
M847_bootloader/M847_bootloader.ino
MattisLind/M847-extended-version-V1.1
0729b8f68d7c2c376ca3867050146e21a6eac065
[ "MIT" ]
null
null
null
M847_bootloader/M847_bootloader.ino
MattisLind/M847-extended-version-V1.1
0729b8f68d7c2c376ca3867050146e21a6eac065
[ "MIT" ]
null
null
null
M847_bootloader/M847_bootloader.ino
MattisLind/M847-extended-version-V1.1
0729b8f68d7c2c376ca3867050146e21a6eac065
[ "MIT" ]
null
null
null
// ============================================================================================================= // Bootloader for Digital PDP8/e PDP8/f PDP8/m computers by Roland Huisman. MIT license // V1.1 fixed false run state message // V1.2 changed RX(2)8 boot address for RX(2)8 (RX01/RX02) bootloader // V1.3 E...
42.646018
161
0.532406
fb22d719d24e732b2e5d585cd1a5f62033274d05
1,598
ino
Arduino
LCD_03.ino
Ghiordy/Curso-Microcontroladores
4025fc52e896a880e24bad4b065000eedef5210d
[ "MIT" ]
1
2019-08-20T17:08:22.000Z
2019-08-20T17:08:22.000Z
LCD_03.ino
Ghiordy/Curso-Microcontroladores
4025fc52e896a880e24bad4b065000eedef5210d
[ "MIT" ]
null
null
null
LCD_03.ino
Ghiordy/Curso-Microcontroladores
4025fc52e896a880e24bad4b065000eedef5210d
[ "MIT" ]
1
2019-04-03T15:27:18.000Z
2019-04-03T15:27:18.000Z
/* The circuit: * LCD RS pin to digital pin 12 * LCD Enable pin to digital pin 11 * LCD D4 pin to digital pin 5 * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) */ ...
22.507042
60
0.580726
80facc94e2543a105235d08c120338baeb107a6f
7,599
ino
Arduino
examples/ESP32-LGFX-SDCard-GifPlayer/ESP32-LGFX-SDCard-GifPlayer.ino
Hades32/AnimatedGIF
ed58028768a7a9afdbc80c9b438c808c5aaa30f8
[ "Apache-2.0" ]
171
2020-07-27T07:25:41.000Z
2022-03-29T20:15:21.000Z
examples/ESP32-LGFX-SDCard-GifPlayer/ESP32-LGFX-SDCard-GifPlayer.ino
Hades32/AnimatedGIF
ed58028768a7a9afdbc80c9b438c808c5aaa30f8
[ "Apache-2.0" ]
48
2020-07-28T01:13:55.000Z
2022-03-18T23:18:46.000Z
examples/ESP32-LGFX-SDCard-GifPlayer/ESP32-LGFX-SDCard-GifPlayer.ino
Hades32/AnimatedGIF
ed58028768a7a9afdbc80c9b438c808c5aaa30f8
[ "Apache-2.0" ]
22
2020-07-28T04:14:24.000Z
2022-02-21T09:52:34.000Z
#include <ESP32-Chimera-Core.h> // https://github.com/tobozo/ESP32-Chimera-Core or regular M5Stack Core #define tft M5.Lcd // syntax sugar #define DISPLAY_WIDTH tft.width() #ifndef M5STACK_SD // for custom ESP32 builds #define M5STACK_SD SD #endif #include "AnimatedGIF.h" AnimatedGIF gif; // rule: loop GIF at lea...
24.672078
155
0.622056
f2c78905e4cdf8251a4945dc62875bbecbc0c41a
8,789
ino
Arduino
baton_BNO055/baton_BNO055.ino
dreeves4321/Arduino
04a7a206fa1ae96dcc4c7ba77e93614d0d60d0b8
[ "MIT" ]
null
null
null
baton_BNO055/baton_BNO055.ino
dreeves4321/Arduino
04a7a206fa1ae96dcc4c7ba77e93614d0d60d0b8
[ "MIT" ]
null
null
null
baton_BNO055/baton_BNO055.ino
dreeves4321/Arduino
04a7a206fa1ae96dcc4c7ba77e93614d0d60d0b8
[ "MIT" ]
null
null
null
//////////////////////////////////////////////////////////////////////////// // // Arduino Code for 9DOF based pointer (baton) // For the Bosch BNO055 fusion board // // // // Copyright (c) 2014-2015, Small Design Firm // // This sketch reads raw data from the BNO055, does a little processing, and sends it over UDP /...
26.55287
295
0.642053
71ef815c56a8d7c7a94ea32a7912f05d59472106
1,216
ino
Arduino
examples/basicExample/basicExample.ino
intentfulmotion/AddressableLED
6e37c1147543224638bde7929db7180d6a6c2722
[ "MIT" ]
null
null
null
examples/basicExample/basicExample.ino
intentfulmotion/AddressableLED
6e37c1147543224638bde7929db7180d6a6c2722
[ "MIT" ]
null
null
null
examples/basicExample/basicExample.ino
intentfulmotion/AddressableLED
6e37c1147543224638bde7929db7180d6a6c2722
[ "MIT" ]
null
null
null
#include <Arduino.h> #include <AddressableLED.h> #include <OneWireLED.h> #include <TwoWireLED.h> const int LED_COUNT = 15; const int DATA_PIN = 22; const int CHANNEL = 0; AddressableLED *leds; // SmartLed -> RMT driver (WS2812/WS2812B/SK6812/WS2813) leds = new OneWireLED(WS2812B, CHANNEL, DATA_PIN, LED_COUNT); // A...
22.943396
74
0.623355
fc0f5f9a4e0c8b16d566f286ec457afdd99dbaa4
980
ino
Arduino
workspace/esp32_test_SPIFFS/esp32_test_SPIFFS.ino
LeoSf/arduino_projects
a53f0e19e94b342e697ab5b47cb507f4c0dd9f6f
[ "Unlicense" ]
null
null
null
workspace/esp32_test_SPIFFS/esp32_test_SPIFFS.ino
LeoSf/arduino_projects
a53f0e19e94b342e697ab5b47cb507f4c0dd9f6f
[ "Unlicense" ]
null
null
null
workspace/esp32_test_SPIFFS/esp32_test_SPIFFS.ino
LeoSf/arduino_projects
a53f0e19e94b342e697ab5b47cb507f4c0dd9f6f
[ "Unlicense" ]
null
null
null
/** * @file esp32_template.ino * * @brief Brief description of the file * * @ingroup noPackageYet * (Note: this needs exactly one @defgroup somewhere) * * @author Leo Medus * * Details: * [setup] - ESP-32 Dev Kit C V2 * - The circuit: No external hardware needed * * Date: 21/01/2020 (dd/mm/yyyy)...
20.416667
87
0.621429
59b992f8751ad4d0f16c67244b1c51a05ca8866c
4,222
ino
Arduino
kvak.ino
Pravidnik/Quantologoi
a9ac18a526f80569334618bdffb1698af9847c43
[ "MIT" ]
null
null
null
kvak.ino
Pravidnik/Quantologoi
a9ac18a526f80569334618bdffb1698af9847c43
[ "MIT" ]
null
null
null
kvak.ino
Pravidnik/Quantologoi
a9ac18a526f80569334618bdffb1698af9847c43
[ "MIT" ]
null
null
null
//-------Настройки сервопривода------------------- #define SERVO_PIN_1 11 #define MIN_POS_1 15 // Минимальная позиция сервопривода #define MAX_POS_1 110 #define DELAY_1 1047 #define SERVO_PIN_2 9 #define MIN_POS_2 30 // Минимальная позиция сервопривода #define MAX_POS_2 115 // Максимальная позиция серв...
18.517544
86
0.568688
cb6e31332d4b6ae94aa3abd082401e28d35dda68
2,409
ino
Arduino
Chapter 13/Sketch/Nokia5110/Nokia5110.ino
PacktPublishing/Mastering-Arduino
449b0f0b92d5524d72c85985412174969f9332ce
[ "MIT" ]
5
2018-10-31T00:28:33.000Z
2021-11-08T13:10:35.000Z
Chapter 13/Sketch/Nokia5110/Nokia5110.ino
PacktPublishing/Mastering-Arduino
449b0f0b92d5524d72c85985412174969f9332ce
[ "MIT" ]
null
null
null
Chapter 13/Sketch/Nokia5110/Nokia5110.ino
PacktPublishing/Mastering-Arduino
449b0f0b92d5524d72c85985412174969f9332ce
[ "MIT" ]
4
2020-05-22T23:13:03.000Z
2021-06-02T00:10:42.000Z
#include <SPI.h> #include <Adafruit_GFX.h> #include <Adafruit_PCD8544.h> // pin 13 - Serial clock out (SCLK) // pin 11 - Serial data out (DIN) // pin 5 - Data/Command select (D/C) // pin 4 - LCD chip select (CS) // pin 3 - LCD reset (RST) Adafruit_PCD8544 display = Adafruit_PCD8544(13, 11, 5, 4, 3); void setup() { ...
23.163462
112
0.681611
de2680170f76a279e2c3c7daa0f02ceee8287062
19,331
ino
Arduino
LineRiderRobot.ino
AnLiMan/Line_Rider_Robot
76f89433661a1e6b626e16f4383500a70ca49df7
[ "Unlicense" ]
null
null
null
LineRiderRobot.ino
AnLiMan/Line_Rider_Robot
76f89433661a1e6b626e16f4383500a70ca49df7
[ "Unlicense" ]
null
null
null
LineRiderRobot.ino
AnLiMan/Line_Rider_Robot
76f89433661a1e6b626e16f4383500a70ca49df7
[ "Unlicense" ]
null
null
null
//-----Библиотеки--------- #include <avr/eeprom.h> // Для работы с EEPROM памятью //-------------------Все постоянные----------------- //---Постоянные автомобиля--- #define L 0.02 //Расстояние между передним и задним колесом (м) #define dr 0.01 // Расстояние между задними колесами (м) #define lr 0.01 // Расст...
36.681214
147
0.643992
7e8cdde224a64858ba5c32d37d3f9f658c4573fc
59,392
ino
Arduino
KISS_OSD/KISS_OSD.ino
awolf78/KISS_OSD
ba05dec8b16f891d0e071a45404497baea8454c1
[ "Unlicense" ]
53
2016-10-13T19:46:48.000Z
2020-12-17T01:41:34.000Z
KISS_OSD/KISS_OSD.ino
awolf78/KISS_OSD
ba05dec8b16f891d0e071a45404497baea8454c1
[ "Unlicense" ]
64
2016-10-13T05:13:54.000Z
2021-02-07T21:39:28.000Z
KISS_OSD/KISS_OSD.ino
awolf78/KISS_OSD
ba05dec8b16f891d0e071a45404497baea8454c1
[ "Unlicense" ]
23
2016-12-13T19:34:10.000Z
2020-05-17T09:43:27.000Z
/* KISS FC OSD v1.0 By Felix Niessen (felix.niessen@googlemail.com) for Flyduino.net KISS FC OSD v2.x by Alexander Wolf (awolf78@gmx.de) for everyone who loves KISS This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this ...
35.564072
196
0.582351
e483c878c2e3f46901a9be8494eecb1078ff117e
865
ino
Arduino
examples/sender.ino
NAzT/ESPNowW
baba71ed6bdc84c967b9dd2c30a0efe52de020b4
[ "Beerware" ]
12
2019-02-04T14:19:11.000Z
2022-03-25T07:09:42.000Z
examples/sender.ino
NAzT/ESPNowW
baba71ed6bdc84c967b9dd2c30a0efe52de020b4
[ "Beerware" ]
null
null
null
examples/sender.ino
NAzT/ESPNowW
baba71ed6bdc84c967b9dd2c30a0efe52de020b4
[ "Beerware" ]
3
2019-02-08T07:55:08.000Z
2021-10-07T23:31:50.000Z
/* * "THE BEER-WARE LICENSE" (Revision 42): * regenbogencode@gmail.com wrote this file. As long as you retain this notice * you can do whatever you want with this stuff. If we meet some day, and you * think this stuff is worth it, you can buy me a beer in return */ #include <Arduino.h> #ifdef ESP8266 #include <ESP...
24.714286
78
0.684393
b8447e00266483fc63bd6b0e1564987e23798fbf
4,375
ino
Arduino
MCU/v43z-test-suite3/DeviceInfo.ino
danielkucera/RatatoskrIoT
d174414085b317ffe74eddb6b8230e717c849f33
[ "Apache-2.0" ]
null
null
null
MCU/v43z-test-suite3/DeviceInfo.ino
danielkucera/RatatoskrIoT
d174414085b317ffe74eddb6b8230e717c849f33
[ "Apache-2.0" ]
null
null
null
MCU/v43z-test-suite3/DeviceInfo.ino
danielkucera/RatatoskrIoT
d174414085b317ffe74eddb6b8230e717c849f33
[ "Apache-2.0" ]
null
null
null
#include "DeviceInfo.h" #if defined(ESP32) #include <ESP.h> extern "C" { #include <esp_spiram.h> #include <esp_himem.h> } void formatMemorySize( char * ptr, long msize ) { float out; char * jednotka; if( msize > 1048576 ) { out = ((float)msize) / 1048576.0; jednotka = (...
28.782895
128
0.586057
5f51b693f855c82dc56f446760581302aa7c4626
3,580
ino
Arduino
arduino_codes/_2ultrasonis_servo_DC-v2.ino
montaserFath/Wheelchair-controlled-by-Brain-Signal
b32f1f5c1964e12aebbf2fa72a17ebf0d4d7a261
[ "MIT" ]
1
2020-06-27T10:20:33.000Z
2020-06-27T10:20:33.000Z
arduino_codes/_2ultrasonis_servo_DC-v2.ino
montaserFath/Wheelchair-controlled-by-Brain-Signal
b32f1f5c1964e12aebbf2fa72a17ebf0d4d7a261
[ "MIT" ]
null
null
null
arduino_codes/_2ultrasonis_servo_DC-v2.ino
montaserFath/Wheelchair-controlled-by-Brain-Signal
b32f1f5c1964e12aebbf2fa72a17ebf0d4d7a261
[ "MIT" ]
1
2020-06-27T10:20:43.000Z
2020-06-27T10:20:43.000Z
#include<Servo.h> #include "Arduino.h" class Ultrasonic { public: Ultrasonic(int pin); void DistanceMeasure(void); long microsecondsToCentimeters(void); long microsecondsToInches(void); private: int _pin;//pin number of Arduino that is connected with SIG pin of Ultrasonic Ranger. long duration...
21.183432
88
0.617877
8fb04f04648b3256307ac0a82eb552ad6ee1e605
762
ino
Arduino
examples/EntropySeed/EntropySeed.ino
pmjdebruijn/Arduino-ArcFour-Library
b687f248496c1c88565fe6578236e1c158c1a941
[ "MIT" ]
1
2021-01-05T22:00:39.000Z
2021-01-05T22:00:39.000Z
examples/EntropySeed/EntropySeed.ino
pmjdebruijn/Arduino-ArcFour-Library
b687f248496c1c88565fe6578236e1c158c1a941
[ "MIT" ]
null
null
null
examples/EntropySeed/EntropySeed.ino
pmjdebruijn/Arduino-ArcFour-Library
b687f248496c1c88565fe6578236e1c158c1a941
[ "MIT" ]
null
null
null
/* ArcFour Entropy Seeding Demo created 10 Jun 2014 by Pascal de Bruijn */ #include <Entropy.h> #include <ArcFour.h> ArcFour ArcFour; int ledPin = 13; void setup() { Serial.begin(9600); while (!Serial) { ; // wait for serial port to connect. Needed for Leonardo and Due } Entropy.initia...
14.111111
69
0.599738
780b4bcac424c10f4e37f7cd8b613e9f0a639ecb
1,708
ino
Arduino
examples/arduino/arduino.ino
brendan0powers/hwplatform
25667696d6ccfe08260d2fc742ce9ffdea18d206
[ "MIT" ]
16
2021-12-31T20:42:49.000Z
2022-02-13T20:23:08.000Z
examples/arduino/arduino.ino
brendan0powers/bakelite
25667696d6ccfe08260d2fc742ce9ffdea18d206
[ "MIT" ]
null
null
null
examples/arduino/arduino.ino
brendan0powers/bakelite
25667696d6ccfe08260d2fc742ce9ffdea18d206
[ "MIT" ]
null
null
null
#include "proto.h" // Create an instance of our protocol. Use the Serial port for sending and receiving data. Protocol proto( []() { return Serial.read(); }, [](const char *data, size_t length) { return Serial.write(data, length); } ); // keep track of how many responses we've set. int numResponses = 0; void set...
24.4
147
0.63466
4e3bc53cdf2763525e27fbcc9a2744bb62728af7
8,340
ino
Arduino
src/AircraftFlightController.ino
akashnag/arduino-flight-controller
33ec54fe60890d87a672606e8a41d15c3a7b71fc
[ "MIT" ]
2
2021-10-05T17:26:49.000Z
2022-02-13T06:02:58.000Z
src/AircraftFlightController.ino
akashnag/arduino-flight-controller
33ec54fe60890d87a672606e8a41d15c3a7b71fc
[ "MIT" ]
null
null
null
src/AircraftFlightController.ino
akashnag/arduino-flight-controller
33ec54fe60890d87a672606e8a41d15c3a7b71fc
[ "MIT" ]
null
null
null
// --------------------------------------------------------------------------------------------- // Copyright (c) Akash Nag. All rights reserved. // Licensed under the MIT License. See LICENSE.md in the project root for license information. // --------------------------------------------------------------------------...
29.160839
134
0.652398
9f961da57134b5461005d3b10cfe91a733470708
8,180
ino
Arduino
Firmeware/EnsembleFive/EnsembleFive.ino
Sonoscopia/Phobos
5f420055d18f2776db2e68ef79ae80f345ab77dd
[ "MIT" ]
null
null
null
Firmeware/EnsembleFive/EnsembleFive.ino
Sonoscopia/Phobos
5f420055d18f2776db2e68ef79ae80f345ab77dd
[ "MIT" ]
null
null
null
Firmeware/EnsembleFive/EnsembleFive.ino
Sonoscopia/Phobos
5f420055d18f2776db2e68ef79ae80f345ab77dd
[ "MIT" ]
null
null
null
/* PHOBOS - EnsembleFive firmware v.0.3 (20.06.2017) * * using: * Arduino v1.8.0 * MIDI_Library v.4.3.1 by fortyseveneffects * Servo Library v.1.1.2 * EEPROM Library v.2.0.0 * * plays: * A - 1 motor on a vynil with attached strings * B - 1 motor with loose strings * C - 3 servos plucking strings * D -...
26.644951
124
0.609535
5cf73ca22d6b9adcc2d9789dfc3c253e412b78e9
7,614
ino
Arduino
Arduino/RadarDriver/RadarDriver.ino
GoWinston/Arduino-Ultrasonic-Radar
fad68fdd5e9127ea37d924191d6e615fe49f910a
[ "MIT" ]
null
null
null
Arduino/RadarDriver/RadarDriver.ino
GoWinston/Arduino-Ultrasonic-Radar
fad68fdd5e9127ea37d924191d6e615fe49f910a
[ "MIT" ]
null
null
null
Arduino/RadarDriver/RadarDriver.ino
GoWinston/Arduino-Ultrasonic-Radar
fad68fdd5e9127ea37d924191d6e615fe49f910a
[ "MIT" ]
null
null
null
/* ADDING FAST SCANNING!! */ #include <Wire.h> #include <Adafruit_PWMServoDriver.h> Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(); #include <SoftwareSerial.h> SoftwareSerial rangeSerial(2, 3); uint16_t SERVOMIN = 206; uint16_t SERVOMAX = 580; uint16_t ANGLEMIN = 23; uint16_t ANGLEMAX = 158; uint16_t Ser...
22.864865
94
0.555687
245ea41146c9bf3bfe38506d1d40c2a098c0b2d2
859
ino
Arduino
Arduino/quadrature_encoder_basic/quadrature_encoder_basic.ino
6r1d/Arduino_archive
dfc0a5e2e693ae6749c42ac43549ba40c9afdbec
[ "MIT" ]
null
null
null
Arduino/quadrature_encoder_basic/quadrature_encoder_basic.ino
6r1d/Arduino_archive
dfc0a5e2e693ae6749c42ac43549ba40c9afdbec
[ "MIT" ]
null
null
null
Arduino/quadrature_encoder_basic/quadrature_encoder_basic.ino
6r1d/Arduino_archive
dfc0a5e2e693ae6749c42ac43549ba40c9afdbec
[ "MIT" ]
null
null
null
/* * Quadrature encoder example with no debouncing. * * Based on a sketch by Max Wolf (www.meso.net) */ #define encoder_pin_a 3 #define encoder_pin_b 4 #define encoder_btn_pin 5 int val; int encoder_position = 0; bool encoder_pin_a_last = LOW; bool n = LOW; void setup() { pinMode(encoder_pin_a, INPUT_PULLU...
20.452381
51
0.67404
66871d54721efa7c220a0d1f0048ea1555254793
4,949
ino
Arduino
sketchbook/libraries/virtuino/examples/webserver_ehternet_shield_example_03/webserver_ehternet_shield_example_03.ino
technoman72/BlocklyArduino_electrified
b91c1d37313ba5f5d0065e8cb264e7d7b45eb2e9
[ "MIT" ]
null
null
null
sketchbook/libraries/virtuino/examples/webserver_ehternet_shield_example_03/webserver_ehternet_shield_example_03.ino
technoman72/BlocklyArduino_electrified
b91c1d37313ba5f5d0065e8cb264e7d7b45eb2e9
[ "MIT" ]
null
null
null
sketchbook/libraries/virtuino/examples/webserver_ehternet_shield_example_03/webserver_ehternet_shield_example_03.ino
technoman72/BlocklyArduino_electrified
b91c1d37313ba5f5d0065e8cb264e7d7b45eb2e9
[ "MIT" ]
null
null
null
/* Virtuino Ethernet Shield web server example No2 * Example name = "Read Write virtual memory" * Created by Ilias Lamprou * Updated Jul 01 2016 * Before running this code config the settings below as the instructions on the right * * * Download last Virtuino android app from the link: https://play.google....
48.048544
178
0.504546
d872146a6cf7e4746fc06ac2388f6fb7ef8e55c2
3,679
ino
Arduino
servoTest/servoTest.ino
MaartenSnels/arduino
77ee49c332e98f0bb4663668a4906fb52b23f132
[ "MIT" ]
null
null
null
servoTest/servoTest.ino
MaartenSnels/arduino
77ee49c332e98f0bb4663668a4906fb52b23f132
[ "MIT" ]
null
null
null
servoTest/servoTest.ino
MaartenSnels/arduino
77ee49c332e98f0bb4663668a4906fb52b23f132
[ "MIT" ]
null
null
null
// Sweep // by BARRAGAN <http://barraganstudio.com> // This example code is in the public domain. #include <Servo.h> #define MAX_GRADEN 170 #define MIN_GRADEN 10 #define FRONT 0 #define REAR 1 #define LEFT_WHEEL_INTERRUPT 2 #define RIGHT_WHEEL_INTERRUPT 3 #define FRONT_SERVO_PIN...
22.432927
91
0.649905
3318d590d6fb42756fbb1ccb7c3459f343613146
5,641
ino
Arduino
atmega_controller.ino
Cube82/atmega_controller
e7d4c191e299ae350649483a61eff8882a310318
[ "MIT" ]
null
null
null
atmega_controller.ino
Cube82/atmega_controller
e7d4c191e299ae350649483a61eff8882a310318
[ "MIT" ]
null
null
null
atmega_controller.ino
Cube82/atmega_controller
e7d4c191e299ae350649483a61eff8882a310318
[ "MIT" ]
null
null
null
#include <PS2X_lib.h> #include <VirtualWire.h> // pseudo-channel to distinguish transmiters #define channel "1" // ping message #define ping "ping" // pins definition #define led_pin A5 #define transmit_pin 8 /****************************************************************** * set pins connected...
21.613027
153
0.566743
7d9b7ce701b97504042d6ae7be5130cdc5903215
490
ino
Arduino
Analog_Digital_read/Analog_Digital_read.ino
Kshitij993/IoT-Classes
96301f8a7cc50774dee6d62efefb5f30aa2b292a
[ "MIT" ]
2
2021-11-13T08:30:32.000Z
2021-11-19T09:23:37.000Z
Analog_Digital_read/Analog_Digital_read.ino
Kshitij993/IoT-Classes
96301f8a7cc50774dee6d62efefb5f30aa2b292a
[ "MIT" ]
null
null
null
Analog_Digital_read/Analog_Digital_read.ino
Kshitij993/IoT-Classes
96301f8a7cc50774dee6d62efefb5f30aa2b292a
[ "MIT" ]
null
null
null
int s = 5; //initializing sensor pin with 5 void setup() { pinMode(s,INPUT); //setting up the mode in which the pin will be used Serial.begin(115200); // starting the serial monitor to see the results } void loop() { int v = digitalRead(s); //if want to input in digital format that is 1 an...
32.666667
80
0.632653
76f2dacede11cb73c7fd6f3920ea71c2d8576a9e
20,197
ino
Arduino
weather_station_color_dicoledisplay.ino
radimkeseg/NodeMCU-ESP8266-Wheather-Station-Color
39822c4832724f4dcc6cfd0bd55fd137e01d006a
[ "MIT" ]
1
2017-03-10T20:09:41.000Z
2017-03-10T20:09:41.000Z
weather_station_color_dicoledisplay.ino
radimkeseg/NodeMCU-ESP8266-Wheather-Station-Color
39822c4832724f4dcc6cfd0bd55fd137e01d006a
[ "MIT" ]
null
null
null
weather_station_color_dicoledisplay.ino
radimkeseg/NodeMCU-ESP8266-Wheather-Station-Color
39822c4832724f4dcc6cfd0bd55fd137e01d006a
[ "MIT" ]
null
null
null
/**The MIT License (MIT) Copyright (c) 2017 by Radim Keseg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, ...
32.007924
170
0.686389
e35d5a172dad09fb4b180770408eda857d722916
2,289
ino
Arduino
arduino/libraries/bitflame/examples/serial-bitflame-step-by-step/serial-bitflame-step-by-step.ino
miaucl/bitflame
8da1dfee3396d0e637f7238e57199bfa615e79db
[ "MIT" ]
1
2021-08-08T08:10:14.000Z
2021-08-08T08:10:14.000Z
arduino/libraries/bitflame/examples/serial-bitflame-step-by-step/serial-bitflame-step-by-step.ino
miaucl/bitflame
8da1dfee3396d0e637f7238e57199bfa615e79db
[ "MIT" ]
null
null
null
arduino/libraries/bitflame/examples/serial-bitflame-step-by-step/serial-bitflame-step-by-step.ino
miaucl/bitflame
8da1dfee3396d0e637f7238e57199bfa615e79db
[ "MIT" ]
null
null
null
#include "bitflame.h" #define WIDTH 10 #define HEIGHT 10 #define HEAT 0.2f #define CO2 0.02f #define CINDER 1 #define FADE 1 #define MONITOR_LINE_HEIGHT 60 // Change this value if you see the old images scrolling up Bitflame<HEIGHT, WIDTH> bitflame; void setup() { Serial.begin(9600); while (!Serial) { ; /* wa...
23.597938
94
0.630406
fa2be1d4fdb1501b7e8203269c7292e4722b5205
2,054
ino
Arduino
OnBoardADC/OnBoardADC.ino
Sanjit1/ThermistorArduino
29d8ba456f7a1b0ffab41fba5b04a723a394960f
[ "MIT" ]
4
2019-07-22T04:14:05.000Z
2019-10-08T15:48:54.000Z
OnBoardADC/OnBoardADC.ino
Sanjit1/ThermistorArduino
29d8ba456f7a1b0ffab41fba5b04a723a394960f
[ "MIT" ]
null
null
null
OnBoardADC/OnBoardADC.ino
Sanjit1/ThermistorArduino
29d8ba456f7a1b0ffab41fba5b04a723a394960f
[ "MIT" ]
null
null
null
/* * * This code snippet uses arduinos onboard ADC(Analog to digital Convertor). * Look at externalAdc for code using Ads1115 * go to sanjit1.github.io/Calibrator for more info Reference Formulas: Voltage Divider _____ | | | R1 Vin | _____ |_...
26.675325
120
0.644109
9de45513fb6c037f38aac56af56417984aa7fb23
9,384
ino
Arduino
Code/ePiano/ePiano.ino
ctag-fh-kiel/troll-8
18b872b5b0290dbb0e9f514edea392601a896346
[ "CC-BY-4.0" ]
11
2017-11-01T14:47:33.000Z
2022-01-31T09:04:44.000Z
Code/ePiano/ePiano.ino
ctag-fh-kiel/troll-8
18b872b5b0290dbb0e9f514edea392601a896346
[ "CC-BY-4.0" ]
null
null
null
Code/ePiano/ePiano.ino
ctag-fh-kiel/troll-8
18b872b5b0290dbb0e9f514edea392601a896346
[ "CC-BY-4.0" ]
3
2017-11-20T17:22:12.000Z
2021-11-08T23:23:13.000Z
/* TROLL8 uSynth Development Platform (c) 2017 www.creative-technologies.de Main author robert.manzke@fh-kiel.de Contributors Henrik Langer FH-Kiel, Alexander Konradi FH-Kiel Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License */ //#include <ADC.h> // Teensy 3.1 uncommen...
23.401496
95
0.66656
84d8c71c15ecaf06d2e8a58d91f48597a324f309
2,744
ino
Arduino
Code_arduino/arduino-1.0.6/libraries/GSM/examples/Tools/BandManagement/BandManagement.ino
NeLy-EPFL/SeptaCam
7cdf6031193fc68ae5527578e2fd21ea1ed8ee0a
[ "MIT" ]
6
2015-05-16T22:07:32.000Z
2020-02-21T02:19:04.000Z
Code_arduino/arduino-1.0.6/libraries/GSM/examples/Tools/BandManagement/BandManagement.ino
NeLy-EPFL/SeptaCam
7cdf6031193fc68ae5527578e2fd21ea1ed8ee0a
[ "MIT" ]
52
2015-01-02T05:50:10.000Z
2021-07-23T20:34:50.000Z
Code_arduino/arduino-1.0.6/libraries/GSM/examples/Tools/BandManagement/BandManagement.ino
NeLy-EPFL/SeptaCam
7cdf6031193fc68ae5527578e2fd21ea1ed8ee0a
[ "MIT" ]
5
2015-08-24T10:05:30.000Z
2021-12-18T11:58:03.000Z
/* Band Management This sketch, for the Arduino GSM shield, checks the band currently configured in the modem and allows you to change it. Please check http://www.worldtimezone.com/gsm.html Usual configurations: Europe, Africa, Middle East: E-GSM(900)+DCS(1800) USA, Canada, South America: GSM(850)+PCS(1900...
22.677686
66
0.669461
248aad3fa367c85a52f2a1f225fb8242d661072b
1,368
ino
Arduino
components/arduino/libraries/ESP32/examples/RMT/RMTLoopback/RMTLoopback.ino
Jason2866/LILYGO-_T5-4.7-E-Paper_Weather-_Station
c41679f84d99c3423a6e7413365804c9acb17458
[ "Unlicense" ]
17
2021-07-28T21:57:26.000Z
2022-02-28T20:32:04.000Z
components/arduino/libraries/ESP32/examples/RMT/RMTLoopback/RMTLoopback.ino
Whitolf/esp-idf-arduino
0048da468cc844ae5b43b6f568d44d299d60b48a
[ "MIT" ]
7
2021-08-07T23:20:14.000Z
2022-03-20T15:05:21.000Z
components/arduino/libraries/ESP32/examples/RMT/RMTLoopback/RMTLoopback.ino
Whitolf/esp-idf-arduino
0048da468cc844ae5b43b6f568d44d299d60b48a
[ "MIT" ]
10
2021-08-11T13:47:36.000Z
2022-03-26T02:41:45.000Z
#include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/event_groups.h" #include "Arduino.h" #include "esp32-hal.h" rmt_data_t my_data[256]; rmt_data_t data[256]; rmt_obj_t* rmt_send = NULL; rmt_obj_t* rmt_recv = NULL; static EventGroupHandle_t events; void setup() { Serial.begin(115200);...
21.714286
71
0.606725
9caeae2e8979717d096e7a394d67bec9c4d15b47
2,747
ino
Arduino
Distance/Distance/Distance.ino
orangecoding/smarthome
92bbd10a988b16143aeaf69af202ddbda27fd609
[ "MIT" ]
null
null
null
Distance/Distance/Distance.ino
orangecoding/smarthome
92bbd10a988b16143aeaf69af202ddbda27fd609
[ "MIT" ]
null
null
null
Distance/Distance/Distance.ino
orangecoding/smarthome
92bbd10a988b16143aeaf69af202ddbda27fd609
[ "MIT" ]
null
null
null
#define echoPin D6 // Echo Pin #define trigPin D7 // Trigger Pin #include <ESP8266WiFi.h> #include <ESP8266HTTPClient.h> #include <InfluxDbClient.h> #include <InfluxDbCloud.h> #include "config.h" #define TZ_INFO "CET-1CEST,M3.5.0,M10.5.0/3" ADC_MODE(ADC_VCC); InfluxDBClient client(INFLUXDB_URL, INFLUXDB_ORG, INFLUXD...
23.279661
105
0.698944
377cf68ad514a3fd7635facc400900dd8095b566
833
ino
Arduino
libraries/Timezone/examples/WriteRules/WriteRules.ino
mbutki/arduino_projects
ace4a3106de5c2a58705794b410b5f0a359a9991
[ "MIT" ]
6
2020-10-20T17:12:21.000Z
2021-07-21T21:43:52.000Z
libraries/Timezone/examples/WriteRules/WriteRules.ino
dpwe/arduinoclocks
f73de893a7ca25ab45378af2245dc21eb27da5c7
[ "BSD-2-Clause" ]
null
null
null
libraries/Timezone/examples/WriteRules/WriteRules.ino
dpwe/arduinoclocks
f73de893a7ca25ab45378af2245dc21eb27da5c7
[ "BSD-2-Clause" ]
null
null
null
// Arduino Timezone Library Copyright (C) 2018 by Jack Christensen and // licensed under GNU GPL v3.0, https://www.gnu.org/licenses/gpl.html // // Arduino Timezone Library example sketch. // Write TimeChangeRules to EEPROM. // Jack Christensen Mar 2012 #include <Timezone.h> // https://github.com/JChristensen/Timezon...
27.766667
78
0.679472
2657b526d2a31a49eac2abeb6f52d52292423f5f
13,362
ino
Arduino
code.ino
agv-salesians/arduino-v1
3eacc3958670098d3a9dea1bfd8c66ed4aef59ed
[ "MIT" ]
null
null
null
code.ino
agv-salesians/arduino-v1
3eacc3958670098d3a9dea1bfd8c66ed4aef59ed
[ "MIT" ]
null
null
null
code.ino
agv-salesians/arduino-v1
3eacc3958670098d3a9dea1bfd8c66ed4aef59ed
[ "MIT" ]
null
null
null
#include <AFMotor.h> #include "I2Cdev.h" #include "MPU6050.h" #include "Wire.h" // bluetooth #define KEY 53 // key #define POWER 52 // vout #define RX_PIN 19 #define TX_PIN 18 #define BLUETOOTH_LIVE_BAUD_RATE 9600 #define BLUETOOTH_AP_BAUD_RATE 38400 // button #define buttonFront 30 #define buttonBack 31 #define ...
23.818182
236
0.645936
77a723c04067a805ff54d43ff1e458e6052188fd
360
ino
Arduino
examples/Echo/Echo.ino
koendv/Arduino-RttStream
f2d4ab8f24518dfd224a9576ad5440ab2825c28d
[ "MIT" ]
null
null
null
examples/Echo/Echo.ino
koendv/Arduino-RttStream
f2d4ab8f24518dfd224a9576ad5440ab2825c28d
[ "MIT" ]
null
null
null
examples/Echo/Echo.ino
koendv/Arduino-RttStream
f2d4ab8f24518dfd224a9576ad5440ab2825c28d
[ "MIT" ]
null
null
null
/* * Echo - RTT echo test * * This program requires a "Segger" brand debugger probe to run. */ #include <RTTStream.h> RTTStream rtt; void setup() { rtt.println("rtt echo test"); rtt.println("type a character; the program will echo the next ascii character"); } void loop() { while (rtt.available()) rtt.write...
16.363636
81
0.663889
2cc4b2f95b3970a0cf07ee0a9c83bd5c2360d379
13,054
ino
Arduino
smart_switch_thingsboard/smart_switch_thingsboard.ino
kaebmoo/ogoswitch
547011b12d004f82df5605d2005c0015ee217dea
[ "MIT" ]
1
2019-02-13T12:10:46.000Z
2019-02-13T12:10:46.000Z
smart_switch_thingsboard/smart_switch_thingsboard.ino
kaebmoo/ogoswitch
547011b12d004f82df5605d2005c0015ee217dea
[ "MIT" ]
null
null
null
smart_switch_thingsboard/smart_switch_thingsboard.ino
kaebmoo/ogoswitch
547011b12d004f82df5605d2005c0015ee217dea
[ "MIT" ]
null
null
null
/* MIT License Version 1.0 2020-1-9 Copyright (c) 2020 kaebmoo gmail com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy...
28.073118
120
0.653976
81e4baf6501baa547a514d25da1ecd9d54abd282
13,028
ino
Arduino
weather_matrix.ino
jkeefe/weather-matrix
f854ce499b813c5cecd8454bfdcf3630ea6c8928
[ "MIT" ]
1
2016-09-26T13:49:51.000Z
2016-09-26T13:49:51.000Z
weather_matrix.ino
jkeefe/weather-matrix
f854ce499b813c5cecd8454bfdcf3630ea6c8928
[ "MIT" ]
null
null
null
weather_matrix.ino
jkeefe/weather-matrix
f854ce499b813c5cecd8454bfdcf3630ea6c8928
[ "MIT" ]
null
null
null
/* * This code goes a spark.io core, and is part of a #MakeEveryWeek * project by John Keefe. More info at http://johnkeefe.net * * Details on this project at * http://johnkeefe.net/make-every-week-entryway-weatherbot * */ // The next three include lines call in the libraries. To learn how // to add them to...
32.733668
91
0.646607
8816fe1d10c7064aa6d4c7cb3f518a83592c0472
667
ino
Arduino
PracticeProjects/LowLightLamp/LowLightLamp.ino
joe-sharp/old-arduino-projects
ae732df41abd2178f4911b27bd181ca960db83de
[ "MIT" ]
null
null
null
PracticeProjects/LowLightLamp/LowLightLamp.ino
joe-sharp/old-arduino-projects
ae732df41abd2178f4911b27bd181ca960db83de
[ "MIT" ]
3
2020-12-22T04:24:49.000Z
2021-01-25T02:11:36.000Z
PracticeProjects/LowLightLamp/LowLightLamp.ino
joe-sharp/old-arduino-projects
ae732df41abd2178f4911b27bd181ca960db83de
[ "MIT" ]
null
null
null
// Example 02: Turn on LED while the button is pressed const int LED = 13; // the pin for the LED const int BUTTON = 7; // the input pin where the // pushbutton is connected int val = 0; // val will be used to store the state // of the input pin void setup() { pi...
33.35
61
0.608696
060516915ab69c5344e713465ae87a307a8b4c2e
4,382
ino
Arduino
IR_ETHERNET_AR.ino
guilhermelirio/arduino_ir_ar_ethernet
d2ef71e17c89b544557f5be31d1880a4b1d4acd4
[ "MIT" ]
1
2020-06-06T21:20:31.000Z
2020-06-06T21:20:31.000Z
IR_ETHERNET_AR.ino
guilhermelirio/arduino_ir_ar_ethernet
d2ef71e17c89b544557f5be31d1880a4b1d4acd4
[ "MIT" ]
null
null
null
IR_ETHERNET_AR.ino
guilhermelirio/arduino_ir_ar_ethernet
d2ef71e17c89b544557f5be31d1880a4b1d4acd4
[ "MIT" ]
null
null
null
/* Arduino + Ethernet Shield + AR Versão: 1.0 Feito por Guilherme Lirio Tomasi de Oliveira Retirado de: http://arduinodemcu.blogspot.com */ #include <SPI.h> #include <Ethernet.h> #include <IRremote.h> IRsend irsend; byte mac[] = { 0x90, 0xA2, 0xDA, 0x00, 0x9B, 0x36 }; //MAC ADRESS UNIVERSAL ...
46.617021
1,479
0.578959
e9122d0ff6c5497a538103ef8ce57c8242f45969
5,869
ino
Arduino
line-follower-arduino-pro-mini.ino
dmitryrybakov/line-follower-arduino-pro-mini
e558378cd5823ad0fbe7e1d11f16fcc160f62af7
[ "Artistic-2.0" ]
null
null
null
line-follower-arduino-pro-mini.ino
dmitryrybakov/line-follower-arduino-pro-mini
e558378cd5823ad0fbe7e1d11f16fcc160f62af7
[ "Artistic-2.0" ]
null
null
null
line-follower-arduino-pro-mini.ino
dmitryrybakov/line-follower-arduino-pro-mini
e558378cd5823ad0fbe7e1d11f16fcc160f62af7
[ "Artistic-2.0" ]
null
null
null
// Line follower based on arduino pro mini #include <Servo.h> #include <SimpleTimer.h> const int lineSensorServoPositionMinVal = 20; const int lineSensorServoPositionMaxVal = 110; const int lineSensorThresholdVal = 5; const int lineServoSensorPinNo = 9; const int lineSensorServoStep = 5; const int leftMotorForwardPinN...
38.359477
131
0.767252
318fb02a716a8b449247739126a15643a7d502f9
8,729
ino
Arduino
tasmota/Sonoff-Tasmota-6.4.0/sonoff/xnrg_02_cse7766.ino
zorcec/SARAH
c7936ce9467fb11594b6ae4a937d6766060bec05
[ "MIT" ]
null
null
null
tasmota/Sonoff-Tasmota-6.4.0/sonoff/xnrg_02_cse7766.ino
zorcec/SARAH
c7936ce9467fb11594b6ae4a937d6766060bec05
[ "MIT" ]
null
null
null
tasmota/Sonoff-Tasmota-6.4.0/sonoff/xnrg_02_cse7766.ino
zorcec/SARAH
c7936ce9467fb11594b6ae4a937d6766060bec05
[ "MIT" ]
null
null
null
/* xnrg_02_cse7766.ino - CSE7766 energy sensor support for Sonoff-Tasmota Copyright (C) 2018 Theo Arends This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, o...
34.231373
119
0.630198
024e53247ca10d214d90d9498059e7e688936ffe
2,927
ino
Arduino
scoutlab-2018/stimmungsboard/code/Arduino_Code.ino
joek/vcp-scoutlab.github.io
343c9116b49c5dbeb399a1c421b97ab7852c8ec3
[ "MIT" ]
1
2018-08-20T10:13:11.000Z
2018-08-20T10:13:11.000Z
scoutlab-2018/stimmungsboard/code/Arduino_Code.ino
joek/vcp-scoutlab.github.io
343c9116b49c5dbeb399a1c421b97ab7852c8ec3
[ "MIT" ]
3
2017-08-17T17:47:55.000Z
2018-02-22T09:09:55.000Z
scoutlab-2018/stimmungsboard/code/Arduino_Code.ino
joek/vcp-scoutlab.github.io
343c9116b49c5dbeb399a1c421b97ab7852c8ec3
[ "MIT" ]
2
2020-10-03T09:03:25.000Z
2020-10-03T09:11:07.000Z
#include<Wire.h> #include<LiquidCrystal_I2C.h> // HDI const int LED = 13; // LED const int BT_I = 3; // positiv const int BT_II = 4; // mittel const int BT_III = 5; // negativ const int BT_IV = 6; // Auslesen const int LED_ON = 500; // Delay nach auslösen der LED // Statistik l...
20.468531
98
0.586949
0d7de99d17ec2ccd19cdfde1b866db68d2589e1d
8,129
ino
Arduino
mqtt-example-arduino.ino
m4rc77/mqtt-example-arduino
84c7af29a604b0bacf2c77103a9938ded1184331
[ "MIT" ]
null
null
null
mqtt-example-arduino.ino
m4rc77/mqtt-example-arduino
84c7af29a604b0bacf2c77103a9938ded1184331
[ "MIT" ]
null
null
null
mqtt-example-arduino.ino
m4rc77/mqtt-example-arduino
84c7af29a604b0bacf2c77103a9938ded1184331
[ "MIT" ]
null
null
null
// Board Libraries #include <ESP8266WiFi.h> // Required libraries: #include <Adafruit_Sensor.h> #include <DHT.h> #include <DHT_U.h> #include <PubSubClient.h> // The Wemos D1 mini's pins do not map to arduino pin numbers accurately ... see // https://github.com/esp8266/Arduino/issues/1243 #define DHT_PIN 2 // => D3 #d...
33.315574
132
0.642145
f127a44f86b7790af6d6e2c36d6a0f74f41c1fe5
1,478
ino
Arduino
Files/EEPROM_Programmer/ControlUnit/io.ino
cepdnaclk/e15-co221-SAP-I-Computer
ccef2d452ca80bb8034829272c982778cb88951d
[ "Apache-2.0" ]
null
null
null
Files/EEPROM_Programmer/ControlUnit/io.ino
cepdnaclk/e15-co221-SAP-I-Computer
ccef2d452ca80bb8034829272c982778cb88951d
[ "Apache-2.0" ]
null
null
null
Files/EEPROM_Programmer/ControlUnit/io.ino
cepdnaclk/e15-co221-SAP-I-Computer
ccef2d452ca80bb8034829272c982778cb88951d
[ "Apache-2.0" ]
null
null
null
void writeAddress(int data) { // Write given address to ports if (data == 0) { for (int i = 0; i < 7; i++) { digitalWrite(addPins[i], LOW); } } else { for (int i = 0; i < 7; i++) { digitalWrite(addPins[i], bitRead(data, 6 - i)); //Serial.print(bitRead(data, i)); } } dela...
18.246914
53
0.594723
559541c154c133cdf80ce8ec188e6e32989eb2ac
5,379
ino
Arduino
FirePrevent_firmware.ino
adomenech73/FirePrevent_firmware
8c398e3e14d99a24b866ba235e081f0b68fc8998
[ "MIT" ]
null
null
null
FirePrevent_firmware.ino
adomenech73/FirePrevent_firmware
8c398e3e14d99a24b866ba235e081f0b68fc8998
[ "MIT" ]
null
null
null
FirePrevent_firmware.ino
adomenech73/FirePrevent_firmware
8c398e3e14d99a24b866ba235e081f0b68fc8998
[ "MIT" ]
null
null
null
#include <ESP8266WiFi.h> //ESP8266 Core WiFi Library (you most likely already have this in your sketch) #include <DNSServer.h> //Local DNS Server used for redirecting all requests to the configuration portal #include <ESP8266WebServer.h> //Local WebServer used to serve the configuration portal #include <...
28.919355
114
0.675962
3f584ce1ba98e97cd77c8a02548c39b8c25bcc9e
1,426
ino
Arduino
Advanced_voice_controlled_robot/Advanced_voice_controlled_robot.ino
ndrohith09/arduino
a2c04e15789dd58a37559cb7ed0cee4b39d12bc4
[ "MIT" ]
8
2020-10-25T14:18:16.000Z
2022-03-07T10:25:15.000Z
Advanced_voice_controlled_robot/Advanced_voice_controlled_robot.ino
ndrohith09/arduino
a2c04e15789dd58a37559cb7ed0cee4b39d12bc4
[ "MIT" ]
null
null
null
Advanced_voice_controlled_robot/Advanced_voice_controlled_robot.ino
ndrohith09/arduino
a2c04e15789dd58a37559cb7ed0cee4b39d12bc4
[ "MIT" ]
3
2020-10-26T12:42:50.000Z
2022-02-06T15:11:36.000Z
#include<SoftwareSerial.h> int motorPin1 = 3; int motorPin2 = 4; int motorPin3 = 5; int motorPin4 = 6; SoftwareSerial BT(11, 12); String readvoice; void setup() { BT.begin(9600); Serial.begin(9600); pinMode(3, OUTPUT); pinMode(4, OUTPUT); pinMode(5, OUTPUT); pinMode(6, OUTPUT); } void loop(...
22.634921
40
0.538569
4243811b4356b64a3b6ab3ea5c54bb964c0a5afd
3,508
ino
Arduino
lcdtext.ino
arpruss/nokiatext
3bc8fa30b1c571bcd8d06b02005a408389b60cc2
[ "MIT" ]
null
null
null
lcdtext.ino
arpruss/nokiatext
3bc8fa30b1c571bcd8d06b02005a408389b60cc2
[ "MIT" ]
null
null
null
lcdtext.ino
arpruss/nokiatext
3bc8fa30b1c571bcd8d06b02005a408389b60cc2
[ "MIT" ]
null
null
null
#include <SPI.h> #include <Adafruit_GFX.h> #include <Adafruit_PCD8544.h> // use fork at github.com/arpruss #define REMAP_SPI1 // MOSI PB5, MISO PB4, SCK PB3, NSS PA8 (!!) // unmapped: MOSI PA7, SCK PA5, MISO PA6, NSS PA4 #define SCREEN_WIDTH 84 #define SCREEN_HEIGHT 48 #define TEXT_HEIGHT 6 #define NUM_LINES (SCREEN_H...
28.064
135
0.624572
37047563bbc34a49ae7b5cff1759ddd38f22fde6
792
ino
Arduino
AlphaBot2-Demo/Arduino/arduino/demo/Run_Test/Run_Test.ino
VusumuziDube/Agent
abff15260dc0e6c5f6007e704d6a21e1123b12d0
[ "BSD-3-Clause" ]
null
null
null
AlphaBot2-Demo/Arduino/arduino/demo/Run_Test/Run_Test.ino
VusumuziDube/Agent
abff15260dc0e6c5f6007e704d6a21e1123b12d0
[ "BSD-3-Clause" ]
null
null
null
AlphaBot2-Demo/Arduino/arduino/demo/Run_Test/Run_Test.ino
VusumuziDube/Agent
abff15260dc0e6c5f6007e704d6a21e1123b12d0
[ "BSD-3-Clause" ]
null
null
null
#define PWMA 6 //Left Motor Speed pin (ENA) #define AIN2 A0 //Motor-L forward (IN2). #define AIN1 A1 //Motor-L backward (IN1) #define PWMB 5 //Right Motor Speed pin (ENB) #define BIN1 A2 //Motor-R forward (IN3) #define BIN2 A3 //Motor-R backward (IN4)...
27.310345
56
0.594697
b968db568833ae3ba65aec4c7d74fb57a527d5a6
2,699
ino
Arduino
Examples/Movement/Motors/FixedSpeed/FixedSpeed.ino
RocketLauncherCDMX/RocketLauncher_RobbusKidsy
ea8946e03a85899426e1764c063afe1675e54d05
[ "MIT" ]
1
2021-12-15T04:25:35.000Z
2021-12-15T04:25:35.000Z
Examples/Movement/Motors/FixedSpeed/FixedSpeed.ino
RocketLauncherCDMX/RocketLauncher_RobbusKidsy
ea8946e03a85899426e1764c063afe1675e54d05
[ "MIT" ]
null
null
null
Examples/Movement/Motors/FixedSpeed/FixedSpeed.ino
RocketLauncherCDMX/RocketLauncher_RobbusKidsy
ea8946e03a85899426e1764c063afe1675e54d05
[ "MIT" ]
null
null
null
// ------------------------------------------------ ROBBUS KIDSY ---------------------------------------------- // // EJEMPLO DE USO DE LOS MOTORES IZQUIERDO Y DERECHO A UNA VELOCIDAD FIJA // Este ejemplo es de uso libre y esta pensado para dar una introduccion al hardware de Robbus Kidsy. // Autor: Rocket Launcher // ...
36.972603
111
0.582438
f5d75aa4f061bf5f8852c40995ee1854a84beb9d
2,442
ino
Arduino
dc_motor_controller/dc_motor_controller.ino
andreucm/btr-ino
763dece51eee31f308ee4f3a8cb60bc99f8bbe34
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
dc_motor_controller/dc_motor_controller.ino
andreucm/btr-ino
763dece51eee31f308ee4f3a8cb60bc99f8bbe34
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
dc_motor_controller/dc_motor_controller.ino
andreucm/btr-ino
763dece51eee31f308ee4f3a8cb60bc99f8bbe34
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
//testing maxon DC motor //pin assignement int pin_led = 13; // Pin 13 has a LED connected on most Arduino boards. int pin_motor_controller_e2 = 3; //pwm int pin_motor_controller_m2 = 2; //turn direction unsigned long motor_iteration_delta_t = 200; //duration of each iteration [milliseconds] int pwm_min = 100; int pw...
23.708738
89
0.630631
ddc87d40ca00c96bd9158dbd83bc67abac6a0909
17,016
ino
Arduino
arduino/beestation/beestation.ino
tomwillis608/beestation
b4a8bb44e09e0d6752e053222f48299e2bfe499c
[ "MIT" ]
2
2020-02-09T20:15:05.000Z
2022-02-22T17:43:06.000Z
arduino/beestation/beestation.ino
tomwillis608/beestation
b4a8bb44e09e0d6752e053222f48299e2bfe499c
[ "MIT" ]
3
2016-12-29T17:16:35.000Z
2022-03-31T13:52:20.000Z
arduino/beestation/beestation.ino
tomwillis608/beestation
b4a8bb44e09e0d6752e053222f48299e2bfe499c
[ "MIT" ]
null
null
null
/* * WiFi beekeeping monitor station with Arduino, * BME 280 temperature-pressure-humidity sensor, * Maxim DS2401 silicon serial number, * Maxim DS18B20 temperature sensors, * & the CC3000 chip WiFi. * * Part of the code is based on the work done by Adafruit on the CC3000 chip & the DHT11 sensor. * Based in part...
24.239316
148
0.678244
3b90a6ef1133550655b8ebaf07108ffa85010663
29,210
ino
Arduino
esp8266/arduino/src/platform/ESP8266/Arduino/libraries/ESP8266WiFiMesh/examples/HelloEspnow/HelloEspnow.ino
xsession/cmake_based_embedded_project_templates
e4a5be10bd01d204c1fe94e70e38c72d13c858fa
[ "MIT" ]
null
null
null
esp8266/arduino/src/platform/ESP8266/Arduino/libraries/ESP8266WiFiMesh/examples/HelloEspnow/HelloEspnow.ino
xsession/cmake_based_embedded_project_templates
e4a5be10bd01d204c1fe94e70e38c72d13c858fa
[ "MIT" ]
null
null
null
esp8266/arduino/src/platform/ESP8266/Arduino/libraries/ESP8266WiFiMesh/examples/HelloEspnow/HelloEspnow.ino
xsession/cmake_based_embedded_project_templates
e4a5be10bd01d204c1fe94e70e38c72d13c858fa
[ "MIT" ]
null
null
null
#define ESP8266WIFIMESH_DISABLE_COMPATIBILITY // Excludes redundant compatibility code. TODO: Should be used for new code until the compatibility code is removed with release 3.0.0 of the Arduino core. #include <ESP8266WiFi.h> #include <EspnowMeshBackend.h> #include <TcpIpMeshBackend.h> #include <TypeConversionFunctio...
64.197802
258
0.737932
932aad0da16876bb2a1aa4c8556337059bdf8858
6,956
ino
Arduino
arduino/keyboard_extensions.ino
th0m4s/keyboard_extensions
41f4d3e0eb7e0198861aa66dd0cf819af9c67281
[ "MIT" ]
null
null
null
arduino/keyboard_extensions.ino
th0m4s/keyboard_extensions
41f4d3e0eb7e0198861aa66dd0cf819af9c67281
[ "MIT" ]
null
null
null
arduino/keyboard_extensions.ino
th0m4s/keyboard_extensions
41f4d3e0eb7e0198861aa66dd0cf819af9c67281
[ "MIT" ]
null
null
null
#include <EEPROM.h> #define TYPE_PING 1 #define TYPE_NORMAL 2 #define PING_TIME 500 #define CMD_REQ_SETTINGS 1 #define CMD_RESP_SETTINGS 2 #define CMD_SET_KEY_SETTING 3 #define CMD_REQ_VOICE 4 // resp_voice is also used when updates are received from discord #define CMD_RESP_VOICE 5 #define CMD_KEY 6 #define CMD_SPE...
25.294545
74
0.620759
b9b99092742a6f42b5f51b062af07348d06742e1
4,700
ino
Arduino
scatdat_v2/scatdat_v2.ino
MattFerraro/scatdat
6c5aa05ed3a2e83de4effff173e5d64924cc5b51
[ "Apache-2.0" ]
2
2016-03-08T03:00:44.000Z
2018-02-09T22:19:15.000Z
scatdat_v2/scatdat_v2.ino
MattFerraro/scatdat
6c5aa05ed3a2e83de4effff173e5d64924cc5b51
[ "Apache-2.0" ]
null
null
null
scatdat_v2/scatdat_v2.ino
MattFerraro/scatdat
6c5aa05ed3a2e83de4effff173e5d64924cc5b51
[ "Apache-2.0" ]
2
2016-02-26T03:42:28.000Z
2021-03-21T18:46:30.000Z
// Code for Scatdat door sensors with power saving shield installed. // Arduino ESP8266 Wifi library #include <ESP8266WiFi.h> ////////////////////////// // Constant Definitions // ////////////////////////// #define CLOSED 0 #define OPEN 1 #define VOLTAGE_DIVIDER_CONST 5.7 ////////////////////// // WiFi Definitions //...
26.111111
111
0.607872
866fc92c2786910d73dae2f7c302a838c915342b
8,684
ino
Arduino
ArduinoIDE/ESP8266/users-demo/bmp180/bmp180.ino
4refr0nt/iot-manager-demo
5ceed46ccf538e5bac9b92a03452eed21d27f74f
[ "MIT" ]
69
2016-02-10T05:58:27.000Z
2022-02-23T09:46:02.000Z
ArduinoIDE/ESP8266/users-demo/bmp180/bmp180.ino
4refr0nt/iot-manager-demo
5ceed46ccf538e5bac9b92a03452eed21d27f74f
[ "MIT" ]
36
2016-05-29T18:30:29.000Z
2021-11-02T18:02:01.000Z
ArduinoIDE/ESP8266/users-demo/bmp180/bmp180.ino
4refr0nt/iot-manager-demo
5ceed46ccf538e5bac9b92a03452eed21d27f74f
[ "MIT" ]
38
2016-01-30T11:59:14.000Z
2022-02-15T17:46:06.000Z
#include <ESP8266WiFi.h> #include <WiFiClientSecure.h> #include <PubSubClient.h> #include <ArduinoJson.h> #include <Wire.h> #include <Adafruit_BMP085.h> // https://github.com/vieiraf/bmp085driver Adafruit_BMP085 bmp; String davlen; String temp; const char *ssid = "****"; // cannot be longer than 32 cha...
35.884298
187
0.543989
ef565a4cceaf53340ad2448c541e27d964448a91
5,168
ino
Arduino
Code/WiFiBox.ino
EngineeringDads/WiFi-Messagebox
fee1d4ba4fde781637a55387041d11850caa8ca7
[ "MIT" ]
1
2022-01-04T17:17:06.000Z
2022-01-04T17:17:06.000Z
Code/WiFiBox.ino
EngineeringDads/WiFi-Messagebox
fee1d4ba4fde781637a55387041d11850caa8ca7
[ "MIT" ]
1
2022-01-17T18:25:23.000Z
2022-01-18T02:54:02.000Z
Code/WiFiBox.ino
EngineeringDads/WiFi-Messagebox
fee1d4ba4fde781637a55387041d11850caa8ca7
[ "MIT" ]
null
null
null
#include <Wire.h> #include "SSD1306Wire.h" #include "font.h" #include <ESP8266WiFi.h> #include <WiFiClientSecure.h> #include <EEPROM.h> #include <TZ.h> #include <Servo.h> #include "OLEDDisplayUI.h" #define SCREEN_WIDTH 128 // OLED display width, in pixels #define SCREEN_HEIGHT 64 // OLED display height,...
22.08547
92
0.575077
8e9753ccef11dd7be1c834fe8a10a702e067a2ff
10,649
ino
Arduino
Tempo1.1.ino
carlsbug/DrumMeterProject
3d8efcc463fd1fe3b6b2085f8d186717e3997e83
[ "MIT" ]
null
null
null
Tempo1.1.ino
carlsbug/DrumMeterProject
3d8efcc463fd1fe3b6b2085f8d186717e3997e83
[ "MIT" ]
null
null
null
Tempo1.1.ino
carlsbug/DrumMeterProject
3d8efcc463fd1fe3b6b2085f8d186717e3997e83
[ "MIT" ]
null
null
null
/** * This class measures the tempo as you tap the drum * and calculates the BPM and shows up on the 7 segment displays as a 3 digits * @author KeonwoongMin * */ const int a = 2; const int b = 3; const int c = 4; const int d = 5; const int e = 6; const int f = 7; const int g = 8; int x = 0; int y = 0; int z = 0; ...
20.597679
78
0.577049
04f09c6f8180f7e24e01eaf5cc2884c396fc83ef
310
ino
Arduino
joystick X theremin.ino
Samael696/arduino
44c44781ea52d0de3aff245f000f0a2fa01d98db
[ "MIT" ]
null
null
null
joystick X theremin.ino
Samael696/arduino
44c44781ea52d0de3aff245f000f0a2fa01d98db
[ "MIT" ]
1
2021-11-28T14:32:06.000Z
2021-11-28T14:32:06.000Z
joystick X theremin.ino
Samael696/arduino
44c44781ea52d0de3aff245f000f0a2fa01d98db
[ "MIT" ]
8
2021-11-03T12:45:36.000Z
2022-02-09T12:18:44.000Z
int sensorValue; const int ledPin = 8; void setup(){ Serial.begin(9600); } //Fin de la funcion setup. void loop() { sensorValue = analogRead(A0); Serial.println(sensorValue); int pitch = map(sensorValue, 0, 1024, 50, 4000); tone(8,pitch,20); delay(10); }
10.333333
48
0.577419
eb6c7f4c4c29ac34acedbc3f313188a3ce1f41f1
2,218
ino
Arduino
Relay_4wheel_Control/Relay_4wheel_Control.ino
adinath1/A4Arduino
54429f095223db8016ede54188cc927784f4f02b
[ "Apache-2.0" ]
null
null
null
Relay_4wheel_Control/Relay_4wheel_Control.ino
adinath1/A4Arduino
54429f095223db8016ede54188cc927784f4f02b
[ "Apache-2.0" ]
null
null
null
Relay_4wheel_Control/Relay_4wheel_Control.ino
adinath1/A4Arduino
54429f095223db8016ede54188cc927784f4f02b
[ "Apache-2.0" ]
1
2021-09-06T06:20:07.000Z
2021-09-06T06:20:07.000Z
#define IN1 2 //WHEEL-2 #define IN2 3 //WHEEL-2 #define IN3 4 //WHEEL-1 #define IN4 5 //WHEEL-1 #define IN5 6 //WHEEL-3 #define IN6 7 //WHEEL-3 #define IN7 8 //WHEEL-4 #define IN8 9 //WHEEL-4 // defines pins numbers const int trigPin = A0; const int echoPin = A1; // defines variables long duration; int distan...
22.632653
74
0.688458
a0be49c4f9c8685cfc7ae37aaacc21df0ad55dbd
15,549
ino
Arduino
teensyduino/libraries/Talkie/examples/SayQAcorn/SayQAcorn.ino
newdigate/teensy-build
1d24e37efb756023f6609dcf082c6ad16d4ad543
[ "MIT" ]
4
2017-10-06T05:48:30.000Z
2018-03-30T06:20:22.000Z
teensyduino/libraries/Talkie/examples/SayQAcorn/SayQAcorn.ino
newdigate/teensy-build
1d24e37efb756023f6609dcf082c6ad16d4ad543
[ "MIT" ]
null
null
null
teensyduino/libraries/Talkie/examples/SayQAcorn/SayQAcorn.ino
newdigate/teensy-build
1d24e37efb756023f6609dcf082c6ad16d4ad543
[ "MIT" ]
3
2017-10-06T06:01:44.000Z
2018-05-25T06:37:19.000Z
// Talkie library // Copyright 2011 Peter Knight // This code is released under GPLv2 license. // // The following phrases are derived from those built into the // Acorn Computers Speech Synthesiser add-on from 1983. // // A male voice with an RP English accent, voiced by Kenneth Kendall. // // Due to the large vocabul...
165.414894
963
0.665187
e49ea6cd17f3329eb72034ebb8c286598b13c4b4
1,143
ino
Arduino
simulator/demo/q20_dashMCU/q20_dashMCU.ino
qfsae/Q20
4c9936b6a1051fbd1f90b69efa4d42c1ac01554f
[ "MIT" ]
3
2020-05-17T17:45:16.000Z
2020-07-13T14:13:13.000Z
simulator/demo/q20_dashMCU/q20_dashMCU.ino
joshuavaneck/Q20
4c9936b6a1051fbd1f90b69efa4d42c1ac01554f
[ "MIT" ]
7
2020-03-06T19:37:07.000Z
2020-05-05T20:33:32.000Z
simulator/demo/q20_dashMCU/q20_dashMCU.ino
bchampp/Q20
f363d477d68edfb522beb2ba82ab767fecb8d05d
[ "MIT" ]
1
2020-11-09T08:53:32.000Z
2020-11-09T08:53:32.000Z
/* Code going from dash MCU CAN to dash Teensy - Receive gear, tps and rpm over CAN - Send ^ over Serial to Teensy */ #include "mcp_can.h" #include <SPI.h> #define SPI_CS_PIN 10 MCP_CAN CAN(SPI_CS_PIN); unsigned long rpmID = 0x00; unsigned long tpsID = 0x08; unsigned long gearID = 0xC0; byte gear; int rpm; float t...
22.411765
130
0.646544
76a56315c642fba792ab6f4684ee9ebc3c556b00
4,353
ino
Arduino
LegacyVersions/ESP32_Example/ESP32_Scale/ESP32_Scale.ino
CalPlug/Espressif_ESP32-Scale
c8062dbbdb8533bac6efa3a0b81d86fd5b26555d
[ "BSD-Source-Code" ]
23
2018-04-05T20:10:41.000Z
2022-01-28T16:29:47.000Z
LegacyVersions/ESP32_Example/ESP32_Scale/ESP32_Scale.ino
CalPlug/Espressif_ESP32-Scale
c8062dbbdb8533bac6efa3a0b81d86fd5b26555d
[ "BSD-Source-Code" ]
null
null
null
LegacyVersions/ESP32_Example/ESP32_Scale/ESP32_Scale.ino
CalPlug/Espressif_ESP32-Scale
c8062dbbdb8533bac6efa3a0b81d86fd5b26555d
[ "BSD-Source-Code" ]
15
2018-01-13T01:30:39.000Z
2021-03-07T21:04:57.000Z
//PROJECT LIBRA SCALE MEASUREMENT SYSTEM //CODE BY MICHAEL KLOPFER + Calit2 Team (2017) #include <Hx711.h> //Load Cell A/D (HX711 library) #include <Adafruit_TLC59711.h> //12 Ch LED Controller, uses SPI only MOSI and CLK #include <SPI.h> //Constants #define portTICK_PERIOD_MS 10 //Interface Assignments #define HX71...
33.744186
177
0.687342
e426ebcda6c45a2e7f3e6a9c27b9f6638180ae41
6,748
ino
Arduino
motorControl/motorControl.ino
brightnite13/PiPythonSerialtoProMini
2b3e3872722fc4ae44533e64f020d7fd44ad69a3
[ "Apache-2.0" ]
null
null
null
motorControl/motorControl.ino
brightnite13/PiPythonSerialtoProMini
2b3e3872722fc4ae44533e64f020d7fd44ad69a3
[ "Apache-2.0" ]
null
null
null
motorControl/motorControl.ino
brightnite13/PiPythonSerialtoProMini
2b3e3872722fc4ae44533e64f020d7fd44ad69a3
[ "Apache-2.0" ]
null
null
null
import time import Serial //////////////// GLOBALS ///////////////// #define maxMotorPower = 90; #define minMotorPower = 50; signed float calibrationConstant; float motorSpeed; void setup() { // initialize serial connection Serial.begin(115200); // set the motor pins pinMode(3,OUTPUT); pinM...
28.472574
146
0.602993
ae22c3c4d7818e9ef109943637562de771fde3a4
1,680
ino
Arduino
Eeprom.ino
filmote/LayingPipe
c0102412e2ae79a20c8a8dd8b2561490b863a442
[ "BSD-3-Clause" ]
1
2019-08-18T21:16:53.000Z
2019-08-18T21:16:53.000Z
Eeprom.ino
Press-Play-On-Tape/LayingPipe
c0102412e2ae79a20c8a8dd8b2561490b863a442
[ "BSD-3-Clause" ]
1
2018-02-12T21:06:54.000Z
2018-02-12T22:32:03.000Z
Eeprom.ino
Press-Play-On-Tape/LayingPipe
c0102412e2ae79a20c8a8dd8b2561490b863a442
[ "BSD-3-Clause" ]
2
2017-12-08T21:10:30.000Z
2018-02-21T13:39:11.000Z
#define EEPROM_START EEPROM_STORAGE_SPACE_START #define EEPROM_START_C1 EEPROM_START #define EEPROM_START_C2 EEPROM_START + 1 #define EEPROM_5X5 EEPROM_START + 2 #define EEPROM_6X6 EEPROM_START + 3 #define EEPROM_7X7 EEPROM_START + 4 #define EEPROM_8X8 ...
29.473684
79
0.577976
6bd937fc4ee9f0eb2abcf4fb6dbf60dddf3605dc
2,256
ino
Arduino
TeachLearn/TeachLearn.ino
Aakriti05/Conveels
f05daa408efcdb55aac11a8e4682dc187cef327f
[ "Apache-2.0" ]
null
null
null
TeachLearn/TeachLearn.ino
Aakriti05/Conveels
f05daa408efcdb55aac11a8e4682dc187cef327f
[ "Apache-2.0" ]
null
null
null
TeachLearn/TeachLearn.ino
Aakriti05/Conveels
f05daa408efcdb55aac11a8e4682dc187cef327f
[ "Apache-2.0" ]
null
null
null
int LeftMotorForward = 10; int LeftMotorBackward = 11; int RightMotorForward = 6; int RightMotorBackward = 5; char CurrentInput = 'x'; char LastInput = 'x'; char mode; char directions[1000]; void setup() {// put your setup code here, to run once: pinMode(LeftMotorForward, OUTPUT); pinMode(LeftMotorBackward, OUTPU...
22.56
124
0.618351
166cca82d0e9fb941516e743d1f1a2aafbc7a2dd
795
ino
Arduino
tests/transmitter_arduino/transmitter_arduino.ino
tfrec-kalcsits/SensorSystem-Networking
829c287999b32fed37cc707f8cfcff209bdb11dc
[ "MIT" ]
2
2018-06-30T06:05:29.000Z
2021-08-24T22:34:19.000Z
tests/transmitter_arduino/transmitter_arduino.ino
tfrec-kalcsits/SensorSystem-Networking
829c287999b32fed37cc707f8cfcff209bdb11dc
[ "MIT" ]
13
2018-07-07T00:11:08.000Z
2018-09-05T02:49:11.000Z
Networking/tests/transmitter_arduino/transmitter_arduino.ino
tfrec-kalcsits/SensorSystem
04a66cb3c30dc7b9fbbf1e0b9cc7747fe03b6950
[ "MIT" ]
null
null
null
#include <radioreceiver.h> #include <radiotransmitter.h> #include <rf24radioreceiver.h> #include <rf24radiotransmitter.h> using namespace sensorsystem; RadioTransmitter * transmitter; int ambient; byte address[6] = "00001"; void setup() { // put your setup code here, to run once: Serial.begin(9600); Serial.prin...
24.090909
56
0.696855
5951589af145827d70ad8a892be6b7cc6c2498d1
1,111
ino
Arduino
pwm-servo/pwm-servo.ino
gordon-krefting/arduino-snippets
97d859a763e4f008289409f450ba23c0d8decd0d
[ "Unlicense" ]
null
null
null
pwm-servo/pwm-servo.ino
gordon-krefting/arduino-snippets
97d859a763e4f008289409f450ba23c0d8decd0d
[ "Unlicense" ]
null
null
null
pwm-servo/pwm-servo.ino
gordon-krefting/arduino-snippets
97d859a763e4f008289409f450ba23c0d8decd0d
[ "Unlicense" ]
null
null
null
#include <Adafruit_PWMServoDriver.h> Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(); #define SERVOMIN 194 #define SERVOMAX 630 #define POT_PIN A0 void setup() { Serial.begin(9600); Serial.println("Starting..."); pwm.begin(); pwm.setPWMFreq(60); } void loop() { int pot_value = analogRead(POT_PIN)...
22.673469
62
0.681368
d7d7392d64491a925901ca73a1a63f8c96af4cc9
5,380
ino
Arduino
esp32lib/DNSServer/examples/CaptivePortal/CaptivePortal.ino
KarlPekaway/btc-18years-box
6b348bf8feb48e2a77fef61790da36e56a30e30f
[ "Apache-2.0" ]
null
null
null
esp32lib/DNSServer/examples/CaptivePortal/CaptivePortal.ino
KarlPekaway/btc-18years-box
6b348bf8feb48e2a77fef61790da36e56a30e30f
[ "Apache-2.0" ]
null
null
null
esp32lib/DNSServer/examples/CaptivePortal/CaptivePortal.ino
KarlPekaway/btc-18years-box
6b348bf8feb48e2a77fef61790da36e56a30e30f
[ "Apache-2.0" ]
null
null
null
#include <ESP8266WiFi.h> #include <DNSServer.h> #define STATUS_PIN LED_BUILTIN #define DCF_PIN 2 int HIGH_Start = 0; int HIGH_Ende = 0; int HIGH_Zeit = 0; int LOW_Start = 0; int LOW_Ende = 0; int LOW_Zeit = 0; bool Signal = false; bool neueMinute = false; int BIT = -1; int ZEIT[65]; int ZEIT_STU...
28.924731
114
0.579182
455cbd23e39e5731e746df4f147dde1553b2729a
720
ino
Arduino
dobieranie.ino
hubi95/Arduino-card-machine
c3f19779c4956d2a718bcc47c5c713c7e296fd87
[ "MIT" ]
null
null
null
dobieranie.ino
hubi95/Arduino-card-machine
c3f19779c4956d2a718bcc47c5c713c7e296fd87
[ "MIT" ]
null
null
null
dobieranie.ino
hubi95/Arduino-card-machine
c3f19779c4956d2a718bcc47c5c713c7e296fd87
[ "MIT" ]
null
null
null
void liczba_kart() { x++; switch (x) { case 1: digitalWrite(led, HIGH); delay(200); break; case 2: digitalWrite(led2, HIGH); delay(200); break; case 3: digitalWrite(led3, HIGH); delay(200); break; case 4: digitalWrite(led4, HIGH); delay(200); break; case 5...
15
29
0.555556
a06d0dbe960dab7feaf011f005e0fc0710d7e44a
3,608
ino
Arduino
arduino/sensors/index2.ino
GeorgeShao/HomeNode
259295ff8715ebe4348d5098d32fb6bbc60a8a7a
[ "MIT" ]
null
null
null
arduino/sensors/index2.ino
GeorgeShao/HomeNode
259295ff8715ebe4348d5098d32fb6bbc60a8a7a
[ "MIT" ]
null
null
null
arduino/sensors/index2.ino
GeorgeShao/HomeNode
259295ff8715ebe4348d5098d32fb6bbc60a8a7a
[ "MIT" ]
null
null
null
//The following is an arbitrary number of data points #define DATAPOINTS 10 //The following is the number of iterations before we wipe the data #define DAILYITERATIONS 10 //the following is the tolerance to change before the temperature/humidity is updated #define TOLERANCE 1 //We will enter each datapoin...
24.214765
95
0.647727
230d7ccf2cbea88562bbb22a1f01cd18867959d9
2,337
ino
Arduino
layout_initializer/layout_initializer.ino
aziddy/AZK-MacroKeyboard-Platform
d4179f390d62e5807a33befe4d0339ba45add672
[ "CC0-1.0" ]
null
null
null
layout_initializer/layout_initializer.ino
aziddy/AZK-MacroKeyboard-Platform
d4179f390d62e5807a33befe4d0339ba45add672
[ "CC0-1.0" ]
null
null
null
layout_initializer/layout_initializer.ino
aziddy/AZK-MacroKeyboard-Platform
d4179f390d62e5807a33befe4d0339ba45add672
[ "CC0-1.0" ]
null
null
null
#include <Arduino.h> #include <EEPROM.h> #include <Keyboard.h> /* Related Code Documents: * https://www.arduino.cc/en/Reference/EEPROMObject */ #define number_of_keys 4 int key[127][4]; void setup() { delay(5000); initialize_serial(); /* special key definitions can be founder here * https://github....
19.475
104
0.536157
9693122920e011a82f95df35a9ee04b9a9aa2541
4,487
ino
Arduino
biometric_identification/src/calc_circumference_online/calc_circumference.ino
banacer/lab221
7096233877c6b73719c1352ecd8d1896ac858d0d
[ "MIT" ]
1
2016-05-08T06:32:24.000Z
2016-05-08T06:32:24.000Z
biometric_identification/src/calc_circumference_online/calc_circumference.ino
banacer/lab221
7096233877c6b73719c1352ecd8d1896ac858d0d
[ "MIT" ]
null
null
null
biometric_identification/src/calc_circumference_online/calc_circumference.ino
banacer/lab221
7096233877c6b73719c1352ecd8d1896ac858d0d
[ "MIT" ]
null
null
null
#include <XBee.h> #include <math.h> #include "Timer.h" Timer t; int pingPin[3] = {3, 5, 7}; short inc = 0, Pin; XBee xbee = XBee(); // allocate three bytes for to hold a 10-bit analog reading uint8_t payload[3]; // with Series 1 you can use either 16-bit or 64-bit addressing // 16-bit addressing: Enter address of rem...
23.369792
159
0.520392
2506f4a466746a6a3b945b22c13cb9faa364b151
4,655
ino
Arduino
esp_lego_motor/source.ino
jmettraux/arduini
62e7a992d04d32f88fd463955bc0b300df969b89
[ "MIT" ]
null
null
null
esp_lego_motor/source.ino
jmettraux/arduini
62e7a992d04d32f88fd463955bc0b300df969b89
[ "MIT" ]
null
null
null
esp_lego_motor/source.ino
jmettraux/arduini
62e7a992d04d32f88fd463955bc0b300df969b89
[ "MIT" ]
null
null
null
#include <ESP8266WiFi.h> #include ".wifi.h" WiFiServer server(80); void motorStop() { digitalWrite(D5, LOW); digitalWrite(D6, LOW); digitalWrite(D7, LOW); digitalWrite(D0, LOW); digitalWrite(D1, LOW); digitalWrite(D2, LOW); } void motorForward() { digitalWrite(D5, HIGH); digitalWrite(D6, LOW); digitalWrite(D...
28.558282
85
0.63652
80a005cc03b4d565cf1a2d7d7db489b04488408a
1,407
ino
Arduino
_secundaria/luces-de-feria/arduino.ino
chetosvsgeez/elcableamarillo.github.io
3313e872650f6f7530e1d106e9ef28b88e947bf8
[ "MIT" ]
1
2019-08-20T10:02:47.000Z
2019-08-20T10:02:47.000Z
_secundaria/luces-de-feria/arduino.ino
chetosvsgeez/elcableamarillo.github.io
3313e872650f6f7530e1d106e9ef28b88e947bf8
[ "MIT" ]
null
null
null
_secundaria/luces-de-feria/arduino.ino
chetosvsgeez/elcableamarillo.github.io
3313e872650f6f7530e1d106e9ef28b88e947bf8
[ "MIT" ]
null
null
null
int pinArray[] = {4,5, 6, 7,8,9,10,11,12}; int count = 1; int espera = 100; void setup(){ for (count=1; count<9; count++){ pinMode(pinArray[count], OUTPUT); } } void loop(){ for (count=1;count<9;count++) { digitalWrite(pinArray[count], HIGH); delay(espera); digitalWrite(pin...
28.14
48
0.567164
9c0c280abb966482490a6599eafcaadbaeda0d1f
2,517
ino
Arduino
ENGR1357_Project.ino
lukasbuse4/ENGR-Autonomous-Robot
57d5b0f14dc15a1465f5be37dc58195468a3eabb
[ "BSD-3-Clause" ]
null
null
null
ENGR1357_Project.ino
lukasbuse4/ENGR-Autonomous-Robot
57d5b0f14dc15a1465f5be37dc58195468a3eabb
[ "BSD-3-Clause" ]
null
null
null
ENGR1357_Project.ino
lukasbuse4/ENGR-Autonomous-Robot
57d5b0f14dc15a1465f5be37dc58195468a3eabb
[ "BSD-3-Clause" ]
null
null
null
#include <Servo.h> void navigate_maze(); int find_hole(); void speed_changer(int); void side_speed_changer(int); void reset_pos(int); Servo front_right_wheel; #define echoPin 7 // attach pin D2 Arduino to pin Echo of HC-SR04 #define trigPin 8 //attach pin D3 Arduino to pin Trig of HC-SR04 // defines variables long...
22.473214
90
0.686929
8562d1a25919b599f9a1ef3451062032433f6947
706
ino
Arduino
_tutorials/ir-emitter/ir-emitter.ino
AvinashPudale/port
ae62f709eb9f32c367ea39a5e378c94185853f9c
[ "MIT" ]
27
2019-07-25T04:03:13.000Z
2022-03-12T09:56:21.000Z
_tutorials/ir-emitter/ir-emitter.ino
AvinashPudale/port
ae62f709eb9f32c367ea39a5e378c94185853f9c
[ "MIT" ]
14
2019-07-17T03:46:32.000Z
2022-03-17T07:54:37.000Z
_tutorials/ir-emitter/ir-emitter.ino
AvinashPudale/port
ae62f709eb9f32c367ea39a5e378c94185853f9c
[ "MIT" ]
18
2019-10-05T14:12:45.000Z
2021-12-09T10:36:54.000Z
#include <IRLibAll.h> IRrecvPCI myReceiver(2); // Arduino UNO PIN 2 IRdecode myDecoder; IRsend mySender; void setup() { Serial.begin(9600); myReceiver.enableIRIn(); Serial.println("Ready to receive IR signals..."); Serial.println("Ready to receive character into the serial monitor..."); } void loop() { ...
22.774194
74
0.672805
e91b9010c07730b912ff0f361e360b4495e07ace
2,612
ino
Arduino
HHH_UIT/bai1/OLP_1.ino
OLP-FOSS/OLP-FOSS-2017
8c760c7cf1e81564b6ed00b0b539fa5b20f586ce
[ "Apache-2.0" ]
2
2018-09-10T12:27:15.000Z
2018-10-20T06:35:00.000Z
HHH_UIT/OLP_1.ino
OLP-FOSS/OLP-FOSS-2017
8c760c7cf1e81564b6ed00b0b539fa5b20f586ce
[ "Apache-2.0" ]
1
2017-12-07T07:17:45.000Z
2017-12-07T07:17:45.000Z
HHH_UIT/bai1/OLP_1.ino
OLP-FOSS/OLP-FOSS-2017
8c760c7cf1e81564b6ed00b0b539fa5b20f586ce
[ "Apache-2.0" ]
19
2017-12-07T00:42:54.000Z
2018-11-28T11:23:25.000Z
// Import required libraries #include "ESP8266WiFi.h" #include "DHT.h" #include <PubSubClient.h> #include <ESP8266WiFi.h> #include <WiFiClient.h> #include <WiFiClientSecure.h> #include <WiFiServer.h> #include <WiFiUdp.h> #include <DNSServer.h> #include <ESP8266WebServer.h> #include "WiFiManager.h" // DHT11 sensor pi...
20.248062
63
0.667688
30dd6f6e259103ee455bc81c915ad7576a3aa53c
4,234
ino
Arduino
Files/EEPROM_Programmer/ControlUnit/functions.ino
cepdnaclk/e15-co221-SAP-I-Computer
ccef2d452ca80bb8034829272c982778cb88951d
[ "Apache-2.0" ]
null
null
null
Files/EEPROM_Programmer/ControlUnit/functions.ino
cepdnaclk/e15-co221-SAP-I-Computer
ccef2d452ca80bb8034829272c982778cb88951d
[ "Apache-2.0" ]
null
null
null
Files/EEPROM_Programmer/ControlUnit/functions.ino
cepdnaclk/e15-co221-SAP-I-Computer
ccef2d452ca80bb8034829272c982778cb88951d
[ "Apache-2.0" ]
null
null
null
void debug() { Serial.println(">> Debug\n"); char address[8] = {}; char binary[17] = {}; address[7] = '\0'; binary[16] = '\0'; setWriteMode(); for (int i = 0; i < 16; i++) { // Write each Instruction for (int j = 0; j < 8; j++) { // Write each Machine Code Serial.print("write ...
22.641711
73
0.42017
124ebfdb16122d0d58c078e03bc0973e3c69bb72
5,744
ino
Arduino
src_code/Open Loop/Openloop_SAT2_main/Openloop_SAT2_main.ino
ajinsunny/EAS_Code
9139370e96a0933cf9c8a89a30e5b76364d17a51
[ "Apache-2.0" ]
1
2019-12-07T20:20:46.000Z
2019-12-07T20:20:46.000Z
src_code/Open Loop/Openloop_SAT2_main/Openloop_SAT2_main.ino
ajinsunny/Single-Degree-of-Freedom-Experiments-Demonstrating-Electromagnetic-Formation-Flying-for-Small-Satell
9139370e96a0933cf9c8a89a30e5b76364d17a51
[ "Apache-2.0" ]
null
null
null
src_code/Open Loop/Openloop_SAT2_main/Openloop_SAT2_main.ino
ajinsunny/Single-Degree-of-Freedom-Experiments-Demonstrating-Electromagnetic-Formation-Flying-for-Small-Satell
9139370e96a0933cf9c8a89a30e5b76364d17a51
[ "Apache-2.0" ]
1
2020-01-17T03:08:34.000Z
2020-01-17T03:08:34.000Z
/* Small Satellite Position Control Software. Filename: Open_Loop_SAT2_main.ino Author: Ajin Sunny Last Modified by: Ajin Sunny Written for Thesis: One dimensional Electromagnetic Actuation and Pulse Sensing. Version: 1.0 Date: 02-25-2019 Last Updated: 05-24-2019 */ //HEADER FILES #include...
23.255061
120
0.592444
156c64ef2337f6e5a8808037d796fda7aa9f11c6
985
ino
Arduino
Tone_RS-VS/Tone_RS-VS.ino
derfaq/Rolling-Shutter-Video-Synth
b5b2ef1ac443537f4e934fda1f105efb95d692c0
[ "CC-BY-4.0" ]
1
2017-10-28T19:30:05.000Z
2017-10-28T19:30:05.000Z
Tone_RS-VS/Tone_RS-VS.ino
derfaq/Rolling-Shutter-Video-Synth
b5b2ef1ac443537f4e934fda1f105efb95d692c0
[ "CC-BY-4.0" ]
1
2017-08-30T15:01:19.000Z
2017-08-30T15:01:19.000Z
Tone_RS-VS/Tone_RS-VS.ino
derfaq/Rolling-Shutter-Video-Synth
b5b2ef1ac443537f4e934fda1f105efb95d692c0
[ "CC-BY-4.0" ]
null
null
null
/* Tone_RS-VS.ino * * A Very very simple Rolling Shutter Video Synth (RS-VS) * * Description * This scketch generate a tone signal (square) over pin 5, * With a frequencie wich depends on the value of one potentiometer * conected to A0. * * The circuit: * * One potentiometer connected ...
23.452381
70
0.657868
2e9c09fa0f2dbb98cd5857f6b16203c4e03c6a10
1,414
ino
Arduino
poli2_launch/scripts/arduino/sonar/sonar_driver/sonar_driver.ino
IsaacSheidlower/poli2
c44b4bfa1b470660b100ee1879adef23641086f5
[ "BSD-2-Clause" ]
null
null
null
poli2_launch/scripts/arduino/sonar/sonar_driver/sonar_driver.ino
IsaacSheidlower/poli2
c44b4bfa1b470660b100ee1879adef23641086f5
[ "BSD-2-Clause" ]
37
2017-06-16T17:37:53.000Z
2020-01-08T17:01:19.000Z
poli2_launch/scripts/arduino/sonar/sonar_driver/sonar_driver.ino
IsaacSheidlower/poli2
c44b4bfa1b470660b100ee1879adef23641086f5
[ "BSD-2-Clause" ]
4
2018-09-07T18:02:22.000Z
2021-12-10T23:04:37.000Z
/* * This file polls a single MaxBotix MB 1230 sonar and publishes data * as a Range message. * This is not a driver, but could be modified and called by a driver in the event * that multiple devices are being polled by the arduino. * * NOTE: we assume the input voltage is 5V and not 3V, which requires a diffe...
23.180328
99
0.699434
7bc1b63f207c64ba44cdbf78b04f786ba586ddcc
5,170
ino
Arduino
mozziscout_chordorgan/mozziscout_chordorgan.ino
todbot/MozziScout
e20a61915154a367d2dbbb1f3cde8f547268cdbb
[ "MIT" ]
18
2021-12-14T06:16:03.000Z
2022-01-23T17:05:50.000Z
mozziscout_chordorgan/mozziscout_chordorgan.ino
todbot/MozziScout
e20a61915154a367d2dbbb1f3cde8f547268cdbb
[ "MIT" ]
null
null
null
mozziscout_chordorgan/mozziscout_chordorgan.ino
todbot/MozziScout
e20a61915154a367d2dbbb1f3cde8f547268cdbb
[ "MIT" ]
null
null
null
/** * MozziScout "Chord Organ"-like synth * based on Music Thing Modular's Chord Organ * https://musicthing.co.uk/pages/chord.html * * To change parameters: * - Press high D# to increment chord * - Press high C# to decrement chord * * MozziScout is just like normal Oskitone Scout, * but pins 9 & 11 ar...
29.884393
141
0.624178
46e5e05b58dfe22e64c2febd6361f84609581ecb
273
ino
Arduino
Tests/test_servo_and_line/test_servo_and_line.ino
clm293/ece-3400-fa18
34f4a95b5b94647dd2c3d1c14924682ef631d4c3
[ "MIT" ]
1
2020-11-25T21:24:26.000Z
2020-11-25T21:24:26.000Z
Tests/test_servo_and_line/test_servo_and_line.ino
PBC48/ECE-3400-Fall-2018
34f4a95b5b94647dd2c3d1c14924682ef631d4c3
[ "MIT" ]
2
2020-04-30T12:57:24.000Z
2022-02-13T00:25:23.000Z
Tests/test_servo_and_line/test_servo_and_line.ino
clm293/ece-3400-fa18
34f4a95b5b94647dd2c3d1c14924682ef631d4c3
[ "MIT" ]
null
null
null
#include "robot.h" #include "line_sensor.h" void setup(){ Serial.begin(9600); robot_init(); line_sensor_init(); } void loop(){ Serial.print("SL: ");Serial.print(AVERAGE_L); Serial.print("--------SR: ");Serial.println(AVERAGE_R); robot_calibrate(); }
17.0625
57
0.6337
ad90c675f3f796b43e76494334ba9cb7f2c60c5d
3,281
ino
Arduino
arduino_2_voltage_led/arduino_2_voltage_led.ino
craic/arduino_power
162dc8ba2b693e649d586a893b5e0c7be5fd57f3
[ "MIT" ]
6
2016-12-16T12:18:43.000Z
2017-01-09T19:26:45.000Z
arduino_2_voltage_led/arduino_2_voltage_led.ino
craic/arduino_power
162dc8ba2b693e649d586a893b5e0c7be5fd57f3
[ "MIT" ]
null
null
null
arduino_2_voltage_led/arduino_2_voltage_led.ino
craic/arduino_power
162dc8ba2b693e649d586a893b5e0c7be5fd57f3
[ "MIT" ]
null
null
null
/* arduino_power_2_voltage_led Copyright 2016 Robert Jones Craic Computing LLC Freely distributed under the terms of the MIT open source license Uses the Adafruit PowerBoost 500C arduino shield Measure voltage and display using an RGB led */ // Global variables for Arduino Power const int arduinoPowerEnablePin ...
26.039683
91
0.714416
d3476cabc2df9742774e24d6b880c7cdc731b994
904
ino
Arduino
Apollo.ino
m1cr0lab-gamebuino/apollo
79c71d0ca44301d05d284a7f2bc5137fe80c911a
[ "MIT" ]
1
2021-07-28T12:35:52.000Z
2021-07-28T12:35:52.000Z
Apollo.ino
m1cr0lab-gamebuino/apollo
79c71d0ca44301d05d284a7f2bc5137fe80c911a
[ "MIT" ]
null
null
null
Apollo.ino
m1cr0lab-gamebuino/apollo
79c71d0ca44301d05d284a7f2bc5137fe80c911a
[ "MIT" ]
null
null
null
/** * ------------------------------------------------------------------------- * Apollo * ------------------------------------------------------------------------- * a tiny game for the Gamebuino META retro gaming handheld * inspired by the famous Lunar ...
28.25
76
0.337389
24613e872ea0eb3b7ce0b624ae0d2467807ddda9
104
ino
Arduino
Driver/src/src.ino
edmw/weatherstation
e377fddd5c5246e3e8a819ba8a612996b983feb8
[ "MIT" ]
1
2017-10-26T12:43:59.000Z
2017-10-26T12:43:59.000Z
Driver/src/src.ino
edmw/weatherstation
e377fddd5c5246e3e8a819ba8a612996b983feb8
[ "MIT" ]
null
null
null
Driver/src/src.ino
edmw/weatherstation
e377fddd5c5246e3e8a819ba8a612996b983feb8
[ "MIT" ]
null
null
null
extern const int SKETCH_VERSION = 1; // => Driver.cpp extern void setup(void); extern void loop(void);
17.333333
36
0.721154
2750a11f3d1ddc7d4b788e5257eafd0a3f69f6d4
7,448
ino
Arduino
v2/CTD_UPCT_v2/CTD_UPCT_v2.ino
Raniita/Accuatic-Probe
fc0054b5c1a3a9be979379d8c7838cf1406c473f
[ "MIT" ]
1
2021-11-13T14:55:21.000Z
2021-11-13T14:55:21.000Z
v2/CTD_UPCT_v2/CTD_UPCT_v2.ino
Raniita/Ocean-CTD
fc0054b5c1a3a9be979379d8c7838cf1406c473f
[ "MIT" ]
null
null
null
v2/CTD_UPCT_v2/CTD_UPCT_v2.ino
Raniita/Ocean-CTD
fc0054b5c1a3a9be979379d8c7838cf1406c473f
[ "MIT" ]
null
null
null
//==================================================================== //============================= Librarys ============================= //==================================================================== #include <avr/pgmspace.h> #include <TSYS01.h> #include <MS5837.h> #include <cyclopSensor.h> #include <Wire....
27.791045
92
0.540951
550c38d48e9557ecb5b82710e809e2f3111e7d40
3,347
ino
Arduino
hardware/motordriver/motordriver.ino
kingkevlar/airhockey
8883034e4968039c6258ba62b8dfb1bcacb025ec
[ "MIT" ]
2
2017-05-12T21:52:21.000Z
2017-07-26T04:34:24.000Z
hardware/motordriver/motordriver.ino
jnez71/airhockey
8883034e4968039c6258ba62b8dfb1bcacb025ec
[ "MIT" ]
null
null
null
hardware/motordriver/motordriver.ino
jnez71/airhockey
8883034e4968039c6258ba62b8dfb1bcacb025ec
[ "MIT" ]
null
null
null
/* Program to be run on an arduino with a Dual-VNH5019 Motor Shield. Listens for serial packet to set motor efforts. Sends out serial packet with angular odometry from encoders. */ ///////////////////////////////////////////////// DEPENDENCIES // Motor driver library // <https://github.com/pololu/dual-vnh5019-motor-s...
25.356061
103
0.634001
87a4bfcd1fcc7209b7772b811e722399e5bc9e3c
152
ino
Arduino
part2/PinAccessSlow/PinAccessSlow.ino
LuckyResistor/templates-for-embedded
b2a8286e4d2f313bc398de2ee74782d74c7b60b1
[ "MIT" ]
2
2019-07-31T13:27:24.000Z
2019-11-27T11:49:07.000Z
part2/PinAccessSlow/PinAccessSlow.ino
LuckyResistor/templates-for-embedded
b2a8286e4d2f313bc398de2ee74782d74c7b60b1
[ "MIT" ]
null
null
null
part2/PinAccessSlow/PinAccessSlow.ino
LuckyResistor/templates-for-embedded
b2a8286e4d2f313bc398de2ee74782d74c7b60b1
[ "MIT" ]
1
2019-07-31T13:28:00.000Z
2019-07-31T13:28:00.000Z
const uint8_t cLedPin = 13; void setup() { pinMode(cLedPin, OUTPUT); } void loop() { digitalWrite(cLedPin, HIGH); digitalWrite(cLedPin, LOW); }
13.818182
30
0.677632
7fd6fb31fc67df7ec06c82e142f8926f937487e4
2,387
ino
Arduino
arduinoNano/dcMotor_pwm/dcMotor_pwm.ino
yumion/arduino
deb063991c77a4cbdfc97a3d9106173faad16d77
[ "Apache-2.0" ]
1
2019-06-12T14:58:38.000Z
2019-06-12T14:58:38.000Z
arduinoNano/dcMotor_pwm/dcMotor_pwm.ino
yumion/arduino
deb063991c77a4cbdfc97a3d9106173faad16d77
[ "Apache-2.0" ]
null
null
null
arduinoNano/dcMotor_pwm/dcMotor_pwm.ino
yumion/arduino
deb063991c77a4cbdfc97a3d9106173faad16d77
[ "Apache-2.0" ]
null
null
null
// Specify pin# where Rotary encoder connected to const uint8_t speeds = 50; // グローバル変数の宣言 char input[1]; // 文字列格納用 int i = 0; // 文字数のカウンタ int val = 0; // 受信した数値 int rot=0; // 回転指示用 void setup() { Serial.begin(9600); pinMode(5, OUTPUT); // AIN1 pinMode(6, OUTPUT); // AIN2 pinMode(10, OUTPUT); //...
23.401961
83
0.528697
6cd9751bc679f5a500b0232f3a4b1b8f0d1b2697
241
ino
Arduino
Relatorios/Tarefa 05/teste_arduino/teste_arduino.ino
RafaelAmauri/Arquitetura-de-Computadores-2
5f5a0164cf25c037a174a1598a428da815207b07
[ "MIT" ]
null
null
null
Relatorios/Tarefa 05/teste_arduino/teste_arduino.ino
RafaelAmauri/Arquitetura-de-Computadores-2
5f5a0164cf25c037a174a1598a428da815207b07
[ "MIT" ]
null
null
null
Relatorios/Tarefa 05/teste_arduino/teste_arduino.ino
RafaelAmauri/Arquitetura-de-Computadores-2
5f5a0164cf25c037a174a1598a428da815207b07
[ "MIT" ]
null
null
null
long c; byte i, j; long inicio, fim, tempo; void setup() { Serial.begin(9600); } void loop() { i=1; j=3; inicio=micros(); for(c=0;c<1000000;c=c+1)i=i|j; fim=micros(); tempo=(fim-inicio); Serial.print("tempo= "); Serial.println(tempo); }
12.05
30
0.634855
2f775bdd18d1c07747fa436028a5970fbc9f4f50
5,208
ino
Arduino
boards/milador-nrf52-0.1.0/libraries/Bluefruit52Lib/examples/Peripheral/adv_AdafruitColor/adv_AdafruitColor.ino
milador/milador-arduino
d0f9ebe33e0e67a921f96d0e278d9d646b8bad91
[ "MIT" ]
null
null
null
boards/milador-nrf52-0.1.0/libraries/Bluefruit52Lib/examples/Peripheral/adv_AdafruitColor/adv_AdafruitColor.ino
milador/milador-arduino
d0f9ebe33e0e67a921f96d0e278d9d646b8bad91
[ "MIT" ]
null
null
null
boards/milador-nrf52-0.1.0/libraries/Bluefruit52Lib/examples/Peripheral/adv_AdafruitColor/adv_AdafruitColor.ino
milador/milador-arduino
d0f9ebe33e0e67a921f96d0e278d9d646b8bad91
[ "MIT" ]
null
null
null
/********************************************************************* This is an example for our nRF52 based Bluefruit LE modules Pick one up today in the adafruit shop! Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products fro...
39.157895
118
0.695469
54c5800045868c83e282e7856e8b20a2f6cdda42
485
ino
Arduino
WS2812B RGB Strip Code/RGB_Hue_Snake.ino
Rhys-Grover/ArduinoCode
8a9a7ee8b85c389408c799eb640a1b71e4b815f5
[ "CC0-1.0" ]
null
null
null
WS2812B RGB Strip Code/RGB_Hue_Snake.ino
Rhys-Grover/ArduinoCode
8a9a7ee8b85c389408c799eb640a1b71e4b815f5
[ "CC0-1.0" ]
null
null
null
WS2812B RGB Strip Code/RGB_Hue_Snake.ino
Rhys-Grover/ArduinoCode
8a9a7ee8b85c389408c799eb640a1b71e4b815f5
[ "CC0-1.0" ]
null
null
null
#include <FastLED.h> #define numled 300 #define datapin 10 CRGB leds[numled]; void setup() { Serial.begin(57600); Serial.println("resetting"); LEDS.addLeds<WS2812,datapin,RGB>(leds,numled); LEDS.setBrightness(84); } void fadeall() { for(int i = 0; i < numled; i++) { leds[i].nscale8(250); } } v...
19.4
77
0.593814
bd1f958605cfdf703e854b0c2c2eecbce9946bfe
8,014
ino
Arduino
examples/Tm1637Demo/Tm1637Demo.ino
bxparks/AceSegment
732df1bf4e22ab214010e9e4b534b338896ffedc
[ "MIT" ]
4
2021-04-19T16:47:34.000Z
2022-02-06T03:48:17.000Z
examples/Tm1637Demo/Tm1637Demo.ino
bxparks/AceSegment
732df1bf4e22ab214010e9e4b534b338896ffedc
[ "MIT" ]
9
2018-04-03T23:28:56.000Z
2021-05-14T21:44:04.000Z
examples/Tm1637Demo/Tm1637Demo.ino
bxparks/AceSegment
732df1bf4e22ab214010e9e4b534b338896ffedc
[ "MIT" ]
1
2021-08-18T22:03:51.000Z
2021-08-18T22:03:51.000Z
/* * A demo of a single TM1637 LED module, with the digits [0,3] or [0,5] * scrolling to the left every second, and the brightness changing each * iteration. * * Supported microcontroller environments: * * * AUNITER_MICRO_TM1637: SparkFun Pro Micro + 4-digit LED module * * AUNITER_MICRO_TM1637_6: SparkFun Pro...
29.571956
80
0.703144
c0bca458c5ecd4abb224900cf0bd91923dbf1722
2,149
ino
Arduino
examples/joystickRotaryEncoder/joystickRotaryEncoder.ino
mastersin/IoAbstraction
071d687b1736e38d8dd5f9f49e9bd001c7844dad
[ "Apache-2.0" ]
null
null
null
examples/joystickRotaryEncoder/joystickRotaryEncoder.ino
mastersin/IoAbstraction
071d687b1736e38d8dd5f9f49e9bd001c7844dad
[ "Apache-2.0" ]
null
null
null
examples/joystickRotaryEncoder/joystickRotaryEncoder.ino
mastersin/IoAbstraction
071d687b1736e38d8dd5f9f49e9bd001c7844dad
[ "Apache-2.0" ]
null
null
null
/** * This is a simple example of using the Joystick rotary encoder. It assumes you have a potentiometer * based analog joystick connected to an analog input port. * * Shows the value of a rotary encoder over the serial port. Wiring, wire the joystick as per instructions * and take note of the analog input pin yo...
36.423729
118
0.736156