Moved license and logo to bottom
This commit is contained in:
parent
143b4cfd59
commit
248c95cd60
2
firmware/.gitignore
vendored
2
firmware/.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
.pio
|
.pio
|
||||||
.vscode
|
.vscode
|
||||||
|
.cache
|
||||||
|
compile_commands.json
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
platform = teensy
|
platform = teensy
|
||||||
board = teensylc
|
board = teensylc
|
||||||
framework = arduino
|
framework = arduino
|
||||||
build_flags = -D USB_HID -D LAYOUT_SWEDISH -w
|
build_flags = -Isrc -Ilib -D USB_HID -D LAYOUT_SWEDISH -w
|
||||||
board_build.f_cpu = 48000000L
|
board_build.f_cpu = 48000000L
|
||||||
extra_scripts = pre:extra_script.py
|
extra_scripts = pre:extra_script.py
|
||||||
upload_protocol = teensy-cli
|
upload_protocol = teensy-cli
|
||||||
|
|||||||
@ -1,32 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* =======================================================================================================
|
* Project: CMtec CMDR Joystick RC
|
||||||
* -------------------------------------------------------------------------------------------------------
|
* Date: 2023-09-02
|
||||||
* ---####################-----###########-------###########-----############--############-############--
|
* Author: Christoffer Martinsson
|
||||||
* --######################---#############-----#############---- -- - ---
|
* Email: cm@cmtec.se
|
||||||
* --###### ##---##### ###-----### #####---------##-------#######------#-------------
|
* License: Please refer to end of this file for license information
|
||||||
* -- -------------- --- ----- --- ----- ---------##-------#------------#-------------
|
|
||||||
* --#####--------------------#####------####-####------#####---------##-------###########--############--
|
|
||||||
* -- -------------------- ------ ------ --------- ------- -- --
|
|
||||||
* --#####--------------------#####--------#####--------#####---------------------------------------------
|
|
||||||
* -- -------------------- -------- -------- ---------------------------------------------
|
|
||||||
* --######--------------##---#####---------------------#####---------- CMtec CMDR Joystick RC -----------
|
|
||||||
* --##################### ---#####---------------------#####---------------------------------------------
|
|
||||||
* ---################### ----#####---------------------#####---------------------------------------------
|
|
||||||
* --- ----- --------------------- ---------------------------------------------
|
|
||||||
* -------------------------------------------------------------------------------------------------------
|
|
||||||
* =======================================================================================================
|
|
||||||
*
|
|
||||||
* Copyright 2022 Christoffer Martinsson <cm@cmtec.se>
|
|
||||||
*
|
|
||||||
* CMtec CMDR Joystick RC can be redistributed and/or modified under the terms of the GNU General
|
|
||||||
* Public License (Version 2), as published by the Free Software Foundation.
|
|
||||||
* A copy of the license can be found online at www.gnu.o urg/licenses.
|
|
||||||
*
|
|
||||||
* CMtec CMDR Joystick RC is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
||||||
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* Joystick based on standard teensy "usb_joystick" library for HID joystick usb data communication.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ElrsTx.h"
|
#include "ElrsTx.h"
|
||||||
@ -611,3 +588,33 @@ void loop()
|
|||||||
indicator_timestamp_micros = current_timestamp_micros + TIME_US_200ms;
|
indicator_timestamp_micros = current_timestamp_micros + TIME_US_200ms;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* @License
|
||||||
|
* =======================================================================================================
|
||||||
|
* -------------------------------------------------------------------------------------------------------
|
||||||
|
* ---####################-----###########-------###########-----############--############-############--
|
||||||
|
* --######################---#############-----#############---- -- - ---
|
||||||
|
* --###### ##---##### ###-----### #####---------##-------#######------#-------------
|
||||||
|
* -- -------------- --- ----- --- ----- ---------##-------#------------#-------------
|
||||||
|
* --#####--------------------#####------####-####------#####---------##-------###########--############--
|
||||||
|
* -- -------------------- ------ ------ --------- ------- -- --
|
||||||
|
* --#####--------------------#####--------#####--------#####---------------------------------------------
|
||||||
|
* -- -------------------- -------- -------- ---------------------------------------------
|
||||||
|
* --######--------------##---#####---------------------#####---------------------------------------------
|
||||||
|
* --##################### ---#####---------------------#####---------------------------------------------
|
||||||
|
* ---################### ----#####---------------------#####---------------------------------------------
|
||||||
|
* --- ----- --------------------- ---------------------------------------------
|
||||||
|
* -------------------------------------------------------------------------------------------------------
|
||||||
|
* =======================================================================================================
|
||||||
|
*
|
||||||
|
* Copyright 2022 Christoffer Martinsson <cm@cmtec.se>
|
||||||
|
*
|
||||||
|
* CMtec CMDR Joystick RC can be redistributed and/or modified under the terms of the GNU General
|
||||||
|
* Public License (Version 2), as published by the Free Software Foundation.
|
||||||
|
* A copy of the license can be found online at www.gnu.o urg/licenses.
|
||||||
|
*
|
||||||
|
* CMtec CMDR Joystick RC is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
|
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||||
|
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* Joystick based on standard teensy "usb_joystick" library for HID joystick usb data communication.
|
||||||
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user