Skip to content

Commit

Permalink
License and Credits
Browse files Browse the repository at this point in the history
  • Loading branch information
skaman82 committed Aug 26, 2019
1 parent a92b72e commit dfd2ae5
Show file tree
Hide file tree
Showing 3 changed files with 682 additions and 11 deletions.
17 changes: 8 additions & 9 deletions Code/Code.ino
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
// This Project is created by Albert Kravcov
//
//
//
//
//
//
//
//
// This Project is created by Albert Kravcov under GNU GPLv3 License
//
// The code uses some libraries created by others:
// TV-OUT (VE) Library by 2017 nootropicdesign (MIT license)
// U8glib
// The U8glib code (http://code.google.com/p/u8glib/) is licensed under the terms of
// the new-bsd license (two-clause bsd license).


const char verId[7] = "v1.0"; //VERSION INFO

Expand Down
2 changes: 0 additions & 2 deletions Code/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
//************V3 Hardware*******************
#define CH1_pin A3
#define CH2_pin A2
#ifdef RX28
#define CH3_pin A1
#endif
#define BX_pin A4
#define RSSI_pin A0
#define FS_pin1 2
Expand Down
Loading

0 comments on commit dfd2ae5

Please sign in to comment.