update data
This commit is contained in:
parent
1b54c43e53
commit
3792f074eb
2 changed files with 7 additions and 7 deletions
|
|
@ -25,7 +25,7 @@
|
|||
* Smoothieboard pin assignments
|
||||
*/
|
||||
|
||||
#ifndef MCU_LPC1769
|
||||
#if NOT_TARGET(MCU_LPC1769)
|
||||
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
|
||||
#endif
|
||||
|
||||
|
|
@ -176,13 +176,13 @@
|
|||
#ifndef SDCARD_CONNECTION
|
||||
#define SDCARD_CONNECTION ONBOARD
|
||||
#endif
|
||||
|
||||
#if SD_CONNECTION_IS(ONBOARD)
|
||||
#define SS_PIN P0_06
|
||||
#define SCK_PIN P0_07
|
||||
#define MISO_PIN P0_08
|
||||
#define MOSI_PIN P0_09
|
||||
#define SD_DETECT_PIN P0_05
|
||||
#if SD_CONNECTION_IS(ONBOARD)
|
||||
|
||||
#endif
|
||||
|
||||
#if SD_CONNECTION_IS(LCD)
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
#pragma once
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
#endif
|
||||
|
||||
#define BOARD_INFO_NAME "FLY_MINI"
|
||||
#define BOARD_WEBSITE_URL "github.com/FLYmaker"
|
||||
#define BOARD_WEBSITE_URL "github.com/FLYmaker"
|
||||
#define DISABLE_JTAG
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue