Feature file updates

This commit is contained in:
Scott Lahteine
2017-09-06 06:28:32 -05:00
parent d7ee81202f
commit 4a82e95c3e
23 changed files with 1831 additions and 1650 deletions

View File

@ -49,15 +49,16 @@
* void Max7219_idle_tasks();
*/
#include "MarlinConfig.h"
#include "../../inc/MarlinConfig.h"
#if ENABLED(MAX7219_DEBUG)
#include "Marlin.h"
#include "planner.h"
#include "stepper.h"
#include "Max7219_Debug_LEDs.h"
#include "../../module/planner.h"
#include "../../module/stepper.h"
#include "../../Marlin.h"
static uint8_t LEDs[8] = { 0 };
void Max7219_PutByte(uint8_t data) {

View File

@ -25,7 +25,7 @@
* Created by Tim Koster, August 21 2013.
*/
#include "Marlin.h"
#include "../../Marlin.h"
#if ENABLED(BLINKM)

View File

@ -20,12 +20,12 @@
*
*/
/*
/**
* Driver for the Philips PCA9632 LED driver.
* Written by Robert Mendon Feb 2017.
*/
#include "MarlinConfig.h"
#include "../../inc/MarlinConfig.h"
#if ENABLED(PCA9632)