From 6c3a55f379230d190a1b9030dea27fb8b08b3cbf Mon Sep 17 00:00:00 2001 From: Philip Lampkin Date: Wed, 10 Feb 2021 21:55:24 -0600 Subject: updated base designs --- .../Master_Photoreactor_Controller/Master_Photoreactor_Controller.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Digital Photoreactor Controller Firmware/Master_Photoreactor_Controller/Master_Photoreactor_Controller.ino') diff --git a/Digital Photoreactor Controller Firmware/Master_Photoreactor_Controller/Master_Photoreactor_Controller.ino b/Digital Photoreactor Controller Firmware/Master_Photoreactor_Controller/Master_Photoreactor_Controller.ino index 8c2ffa4..88e7313 100644 --- a/Digital Photoreactor Controller Firmware/Master_Photoreactor_Controller/Master_Photoreactor_Controller.ino +++ b/Digital Photoreactor Controller Firmware/Master_Photoreactor_Controller/Master_Photoreactor_Controller.ino @@ -21,8 +21,8 @@ void loop() //generate buffer containing data to send via I2C uint8_t buf[1]; - buf[0] = 25; // adjusting this byte changes fan speed. Can be adjusted from 0 to 256. - buf[1] = 1; // adjusting this byte changes LED intensity. Can be adjusted from 0 to 256. + buf[0] = 20; // adjusting this byte changes fan speed. Can be adjusted from 0 to 256. + buf[1] = 20; // adjusting this byte changes LED intensity. Can be adjusted from 0 to 256. // send buffer Wire.beginTransmission(I2C_SLAVE_ADDR); -- cgit v1.2.3