A Pen by Dave Redfern on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Based on code from CyberGene's DIY Hybrid Piano Controller | |
| * For Teensy 3.6 or 4.1 | |
| * Author: Evgeni Kumanov (CyberGene) | |
| * 2019, 2020, 2022 | |
| */ | |
| #define LEFT_PEDAL A1 // Green wire | |
| #define MIDDLE_PEDAL A0 // Red wire | |
| #define RIGHT_PEDAL A2 // Blue wire |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Microsoft (R) Windows Debugger Version 10.0.17763.1 AMD64 | |
| Copyright (c) Microsoft Corporation. All rights reserved. | |
| Loading Dump File [C:\WINDOWS\livekd.dmp] | |
| Kernel Complete Dump File: Full address space is available | |
| Comment: 'LiveKD live system view' | |
| ************* Path validation summary ************** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Copyright © 2019 Ooma Inc. All rights reserved. | |
| import Foundation | |
| import RIBs | |
| import RxSwift | |
| // MARK: - Plugin | |
| public protocol Plugin: AnyObject { | |
| associatedtype Component = Dependency |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val thumbnails = ArrayList<String>() | |
| thumbnails.add("http://www.hotel-r.net/im/hotel/pl/hotel-simple-1.jpg") | |
| thumbnails.add("https://media-cdn.tripadvisor.com/media/photo-s/0e/20/6a/59/simple-patagonia-hotel.jpg") | |
| thumbnails.add("https://mir-s3-cdn-cf.behance.net/project_modules/disp/65daa813704049.5627720c3ae61.jpg") | |
| thumbnails.add("http://www.hotel-r.net/im/hotel/lt/hotel-simple-12.jpg") | |
| thumbnails.add("https://images.trvl-media.com/hotels/7000000/6450000/6441600/6441512/6441512_56_z.jpg") | |
| thumbnails.add("http://interiii.com/wp-content/uploads/2013/03/Latest-Caro-Hotel-Design-by-Francesc-Rif%C3%A9-Studio-Decoration-Ideas1.jpg") | |
| thumbnails.add("https://media-cdn.tripadvisor.com/media/photo-s/05/07/33/ba/smart-and-simple-hotel.jpg") | |
| thumbnails.add("https://c1.hiqcdn.com/images/property/resortimg/431680_w85.jpg") | |
| thumbnails.add("https://www.cabinn.com/sites/default/files/CabInn_Aalborg_029_0.jpg") |