|
|
\documentclass[11pt]{article}
|
|
%Gummi|065|=)
|
|
\usepackage{graphicx}
|
|
\usepackage{caption}
|
|
\usepackage{xcolor}
|
|
\usepackage[vcentering,dvips]{geometry}
|
|
\geometry{papersize={6in,9in},total={4.5in,6.8in}}
|
|
\title{\textbf{}}
|
|
\author{Steak Electronics}
|
|
\date{}
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
%\tableofcontents
|
|
\textcolor{green!60!blue!70}{
|
|
\section{60Hz Divider}}
|
|
|
|
|
|
|
|
\subsection{Counting the Hz}
|
|
pseudo code goal:
|
|
\begin{verbatim}
|
|
Using 1Hz signal
|
|
Start counting 1MHz every 1Hz
|
|
when next cycle is received,
|
|
display count
|
|
start counting again
|
|
\end{verbatim}
|
|
That's all the objective is here. Easy with a micro, but goal is to complete using cmos or 74 logic.
|
|
|
|
|
|
|
|
|
|
\end{document}
|
|
|