This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # chaotic_func.py | |
| # A simple program that illustrates chaotic behavior. | |
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| def chaos(x): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /******************************************************************************* | |
| * | |
| * Author: Austin Schaller | |
| * Module: uart.c | |
| * Description: Library functions that permit utilization of LPC17xx | |
| * UART0 peripheral. | |
| * Documentation: "UART - TLD" | |
| * | |
| *******************************************************************************/ |
NewerOlder