Skip to content

Remove liquid crystal library #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions cores/arduino/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,17 @@
void initVariant() __attribute__((weak));
void initVariant() { }

// Force init to be called *first*, i.e. before static object allocation.
// Otherwise, statically allocated objects that need HAL may fail.
__attribute__(( constructor (101))) void premain() {
init();
}

/*
* \brief Main entry point of Arduino application
*/
int main( void )
{
init();

initVariant();

#if defined(USBCON)
Expand Down
25 changes: 0 additions & 25 deletions libraries/LiquidCrystal/README.adoc

This file was deleted.

74 changes: 0 additions & 74 deletions libraries/LiquidCrystal/examples/Autoscroll/Autoscroll.ino

This file was deleted.

61 changes: 0 additions & 61 deletions libraries/LiquidCrystal/examples/Blink/Blink.ino

This file was deleted.

61 changes: 0 additions & 61 deletions libraries/LiquidCrystal/examples/Cursor/Cursor.ino

This file was deleted.

140 changes: 0 additions & 140 deletions libraries/LiquidCrystal/examples/CustomCharacter/CustomCharacter.ino

This file was deleted.

Loading